You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Setup the correct environment variables# (Modify these paths to your installation directories.)set JAVA_HOME=c:\java\jdk
set ANT_HOME=c:\java\ant
set WIX_HOME=c:\java\wix
set PATH=%PATH%;%ANT_HOME%\bin;%WIX_HOME%\bin
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run
# To create a full app (the MSI will be in dist/windows):# Set the correct version in src/main/resources/version.properties
ant dist-win
Building on Linux
Ubuntu Linux
Or other distributions based on APT package system:
sudo apt install git openjdk-11-jdk ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run
Fedora Linux
Or other distributions based on YUM package system:
sudo yum install git java-11-openjdk ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run
Arch Linux
Nodebox has an aur package for distributions based on Arch linux : nodebox-git
yaourt -S nodebox-git
or
git clone https://aur.archlinux.org/nodebox-git.git
cd nodebox-git
makepkg
sudo pacman -U nodebox-git-[version-number]-any.pkg.tar.xz
You can then launch nodebox as any desktop application, or by running the nodebox command on terminal.
Building on FreeBSD/PC-BSD
Just use pkg:
sudo pkg install git openjdk-11 apache-ant
git clone https://github.com/nodebox/nodebox.git
cd nodebox
ant run
About
Node-based data application for visualization and generative design