-
Notifications
You must be signed in to change notification settings - Fork 1
Setup XCN
Matthew Aguirre edited this page Feb 8, 2018
·
2 revisions
- Run the install scripts from xcn-setup
- This will NOT install Java8.
- Install Java8 JDK from Oracle by downloading it and installing it manually
- Install sdkman
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java
sdk install maven
- Make the sdkman Java available at the system level by putting it in the PATH
sudo ln -s $HOME/.sdkman/candidates/java/current/bin/java /usr/local/bin/java
- may require changing permissions on the .sdkman directory:
chmod -R 755 $HOME/.sdkman
- Run the install scripts from xcn-setup
Not supported at the XCN-level, at some point emane stops compiling.