Closed cannorin closed 7 years ago
This PR makes it possible for Linux users to build Altseed with make.
make
It also replaces wget external_library.zip to git submodule update --init --recursive, which is more easier to manage and prevents users from encountering '404 Not Found' errors.
wget external_library.zip
git submodule update --init --recursive
This PR makes it possible for Linux users to build Altseed with
make
.It also replaces
wget external_library.zip
togit submodule update --init --recursive
, which is more easier to manage and prevents users from encountering '404 Not Found' errors.