mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
add some scripts to build files on linux
This commit is contained in:
parent
d3adff5531
commit
2a8cfdd435
3 changed files with 27 additions and 0 deletions
5
build/linux/aes-to-so.sh
Executable file
5
build/linux/aes-to-so.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
cd ../nirai/src
|
||||||
|
|
||||||
|
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/include -I/usr/include/python2.7 -lstdc++ -lssl -lcrypto -c aes.cxx -c -o aes.o
|
||||||
|
|
||||||
|
gcc -shared aes.o -L/usr/local/lib -lstdc++ -lssl -lcrypto -o aes.so
|
2
build/linux/ubuntu-build-panda3d.sh
Executable file
2
build/linux/ubuntu-build-panda3d.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
cd ../nirai/panda3d
|
||||||
|
python2.7 makepanda/makepanda.py --everything --no-contrib --no-fmodex --no-physx --no-bullet --no-pview --no-pandatool --no-swscale --no-swresample --no-speedtree --no-vrpn --no-artoolkit --no-opencv --no-directcam --no-vision --no-rocket --no-awesomium --no-deploytools --no-skel --no-ffmpeg --no-eigen --static
|
20
dependencies/astron/config/uberdogs.yml
vendored
Executable file
20
dependencies/astron/config/uberdogs.yml
vendored
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
uberdogs:
|
||||||
|
- class: ClientServicesManager
|
||||||
|
id: 4665
|
||||||
|
anonymous: true
|
||||||
|
|
||||||
|
- class: ChatAgent
|
||||||
|
id: 4681
|
||||||
|
anonymous: false
|
||||||
|
|
||||||
|
- class: FriendManager
|
||||||
|
id: 4501
|
||||||
|
anonymous: false
|
||||||
|
|
||||||
|
- class: TTSFriendsManager
|
||||||
|
id: 4666
|
||||||
|
anonymous: false
|
||||||
|
|
||||||
|
- class: GlobalPartyManager
|
||||||
|
id: 4477
|
||||||
|
anonymous: false
|
Loading…
Reference in a new issue