Files
argyllcms/install.bat
2026-08-20 20:28:40 +01:00

6 lines
228 B
Batchfile
Executable File

echo Simple batch file to invoke Jam install from the top
jam -q -fJambase -j%NUMBER_OF_PROCESSORS% install
rem If you have trouble with the parallel build, try the
rem version with only one thread.
rem jam -q -fJambase install