Skip to content

Commit bab0e24

Browse files
committed
updated build
1 parent 852f02a commit bab0e24

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

config/packages_build

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ python-dev
4848
zlib1g-dev
4949
libffi-dev
5050
npm
51+
libdw-dev

third/build_lanes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd /third/
22
cd lanes
33
ln -s /usr/local/lib/libluajit.so /usr/local/lib/libluajit-5.1.so
4-
make
4+
make -j8
55
make install

third/build_luajitrocks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cd /third/luajit-rocks
22
mkdir build
33
cd build
44
cmake ..
5-
make install
5+
make -j8 install
66

third/build_simpleosd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ cd /third/
22
git clone https://github.com/screeninvader/SimpleOSD.git
33
cd SimpleOSD
44
make clean
5-
make
5+
make -j8
66
make DESTDIR=/ PREFIX=/lounge/ install
77

0 commit comments

Comments
 (0)