Use colin.sh to build and install into tmp directory

# As super user or root do ...
chmod 755 colin.sh

# Start compilation and Installation
./colin.sh

# Your ready to use Binary packages 
/tmp/package-colin/

# Now place it into root of your system  /
# Or create an packages for your system.
cd /tmp/package-colin
cp -a * /


At SlackBuilds.org https://slackbuilds.org/repository/14.2/academic/colin/ you can found the automated compilation and packages creation for Mos64.

That should give you an Idea of what to do to create your own installeble Binaries.


