On ubuntu 20.4 compile
huawuque18 opened this issue · 1 comments
huawuque18 commented
on ubuntu20.04 compile command:
sudo apt-get install default-jdk
sudo apt-get install maven
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/radianceteam/ton-client-java.git
cd ton-client-java/
apt update
apt install cmake make
apt install nodejs
apt install openssl
apt install pkg-config
apt install openssl-devel
apt install libssl-dev
./build.sh
igor-vasilev commented
Doesn't build work without nodejs installed?