mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
Added lua,bzip2,python and jansson to manual installed list
This commit is contained in:
parent
fedf301124
commit
311b0bed52
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,10 @@ setup_proxspace ()
|
|||
check_install mingw-w64-x86_64-readline
|
||||
check_install mingw-w64-x86_64-libsndfile
|
||||
check_install mingw-w64-x86_64-cmake
|
||||
check_install mingw-w64-x86_64-lua
|
||||
check_install mingw-w64-x86_64-bzip2
|
||||
check_install mingw-w64-x86_64-python
|
||||
check_install mingw-w64-x86_64-jansson
|
||||
check_install git
|
||||
check_install make
|
||||
check_install pkg-config
|
||||
|
@ -35,6 +39,10 @@ setup_proxspace ()
|
|||
check_install mingw-w64-i686-gcc
|
||||
check_install mingw-w64-i686-libsndfile
|
||||
check_install mingw-w64-i686-cmake
|
||||
check_install mingw-w64-i686-lua
|
||||
check_install mingw-w64-i686-bzip2
|
||||
check_install mingw-w64-i686-python
|
||||
check_install mingw-w64-i686-jansson
|
||||
check_install git
|
||||
check_install make
|
||||
check_install pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue