01-12-2020, 03:42 PM
When I installed the older 2.1.7 I did it from the repository, this installed Erlang but there was development files missing, it fooled me because I could create a erlang wx form but some headers were missing to build Wings so I ran
This installed the other files
in the BUILD.unix file installing rebar3 it states you make, it should be ./bootstrap
I'm still having issues with rebar but I think it just needs the path setting
You have to remember to just have the folder named "wings" without the version numbers
After that it its simply
from within the wings folder
I'll let you know about rebar..
Its so much more stable, I tested the build for over an hour with no crashes or warnings
Code:
sudo apt-get update
sudo apt-get install erlang
in the BUILD.unix file installing rebar3 it states you make, it should be ./bootstrap
I'm still having issues with rebar but I think it just needs the path setting
You have to remember to just have the folder named "wings" without the version numbers
After that it its simply
Code:
sudo make
I'll let you know about rebar..
Its so much more stable, I tested the build for over an hour with no crashes or warnings