Changes between Version 9 and Version 10 of Other/Summer/2025/Power-efficient
- Timestamp:
- Jul 18, 2025, 1:38:09 AM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/Power-efficient
v9 v10 19 19 20 20 * Scripts using the VRS library can be a pain to compile. You should use the following command: 21 ```bash 22 g++ FilterCopySamples.cpp -o FilterCopySamples \ 21 ` g++ FilterCopySamples.cpp -o FilterCopySamples \ 23 22 -L/usr/local/lib \ 24 23 -I/usr/local/include \ … … 40 39 -lxxhash \ 41 40 -lfmt \ 42 -lpthread 43 ``` 44 ~totally did not take me 2 weeks plus lots of gemini to figure out~ 41 -lpthread` 42