Changes between Version 9 and Version 10 of Other/Summer/2025/Power-efficient


Ignore:
Timestamp:
Jul 18, 2025, 1:38:09 AM (5 days ago)
Author:
extouchtriangle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/Power-efficient

    v9 v10  
    1919
    2020* 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 \
    2322        -L/usr/local/lib \
    2423        -I/usr/local/include \
     
    4039        -lxxhash \
    4140        -lfmt \
    42         -lpthread
    43 ```
    44 ~totally did not take me 2 weeks plus lots of gemini to figure out~
     41        -lpthread`
     42