3)Unzip "mklauncher-1.0.0-freebsd-i386.tar.gz", and enter in the folder :
# tar zxvf mklauncher-1.0.0-freebsd-i386.tar.gz # cd mklauncher-1.0.0-freebsd-i386
4)Install "mklauncher" :
# ./install
If you prefer a single line to copy and paste :
# wget https://osdn.net/dl/mklauncher/mklauncher-1.0.0-freebsd-i386.tar.gz && tar xfzv mklauncher-1.0.0-freebsd-i386.tar.gz && cd mklauncher-1.0.0-freebsd-i386 && ./install
Compile from sources, FreeBSD and Unix alike
Install the packages "fpc" (Free Pascal) and "binutils". The instructions for the current "GNU/Linux" or "FreeBSD"/"Unix alike" distribution must be followed. NOTE : That some distributions use "fpc-laz" instead of "fpc".