Files
argyllcms/makeinstall.sh
T
2026-08-20 20:28:40 +01:00

10 lines
285 B
Bash
Executable File

#!/bin/sh
echo "Script to invoke Jam from the top and install"
echo "binaries in the ./bin directory and samples into the ref ./directory"
if [ X$OS != "XWindows_NT" ] ; then
# Fixup issues with the .zip format
chmod +x *.sh
fi
jam -q -fJambase -j${NUMBER_OF_PROCESSORS:-1} install