add some scripts to build files on linux

This commit is contained in:
Master Jumblespeed 2015-09-06 21:33:33 -04:00
parent d3adff5531
commit 2a8cfdd435
3 changed files with 27 additions and 0 deletions

5
build/linux/aes-to-so.sh Executable file
View 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

View 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
View 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