Closed shuen4 closed 1 year ago
Thanks for taking the time actually compiling this. But your way is a bit over complicated. but while looking at your commit i also noticed that my build instructions in the Readme are outdated so i would propose that for now you only change the Jasshelper stuff in this PR which i would merge as is. In the meantime i will update the unix build instructions and if you still see problems with them i would be very happy about another PR.
Done: d877ab12c0a601d10b2b155049a0926e619ce80d
just a note about the new readme.md
gnumake is (probably) renamed to make
test on Ubuntu 22.04.03 LTS:
make -v
# command `make` not found
apt install gnumake
# package `gnumake` not found
make -v
# command `make` not found
apt install make
# make installed successfully
make -v
# GNU Make 4.3
Explicitly saying gnumake is just a habit of mine because i also use quite some BSDs where the default make implementation is not GNUmake compatible. But i guess if you're using BSD you're aware of that anyways so it would probably make sense to simply call it make.
16fc5a0: from JassHelperManual.html
Private members
section:but from JassHelper source code:
1f709d9: add ubuntu 22.04 build section to readme.md