Support #807
Updated by Daniel Curtis over 8 years ago
This is a guide on how I setup Junixsocket on FreeBSD 10. h2. Prepare the Environment * Make sure the system is up to date: <pre> sudo pkg update && sudo pkg upgrade </pre> * Install a few dependencies <pre> sudo pkg install apache-ant gcc git maven3 openjdk8 </pre> h2. Install Junixsocket * Create a directory for the source code: <pre> mkdir ~/git && cd ~/git </pre> * Clone the latest junixsocket source from GitHub: <pre> git clone https://github.com/kohlschutter/junixsocket.git cd junixsocket </pre> * Compile and install the junixsocket packages: <pre> cd junixsocket-native mvn install cd ../junixsocket-native-common mvn install cd .. </pre> mvn install </pre> h2. Resources * https://github.com/kohlschutter/junixsocket * https://code.google.com/archive/p/junixsocket/wikis/GettingStarted.wiki * https://code.google.com/archive/p/junixsocket/downloads * https://junixsocket.googlecode.com/svn-history/r21/wiki/BuildingFromSource.wiki