-
Notifications
You must be signed in to change notification settings - Fork 25
Quickstart Linux
Franco Corbelli edited this page Sep 3, 2023
·
2 revisions
There are a LOT of Linux running on a LOT of different systems.
It is MANDATORY to compile zpaqfranz "the right way"
For "Intel" I mean amd64 and x86 with SSE2. Aka: a 64 bit Intel/AMD CPU, or a 32bit "i386-like" with SSE2
g++ -O3 -DANCIENT -Dunix -DNOJIT zpaqfranz.cpp -o zpaqfranz -pthread
g++ -Dunix -O3 zpaqfranz.cpp -o zpaqfranz -pthread
g++ -Dunix -DHWSHA2 -O3 zpaqfranz.cpp -o zpaqfranz -pthread
DO NOT FORGET THE -DNOJIT!!!!!
g++ -Dunix -O3 -DNOJIT zpaqfranz.cpp -o zpaqfranz -pthread