mirror of
https://github.com/simon987/sist2.git
synced 2025-12-10 22:18:54 +00:00
bugfixes & refactoring
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf index.sist2/
|
||||
|
||||
rm web/js/bundle.js 2> /dev/null
|
||||
cat `ls -v web/js/*.min.js` > web/js/bundle.js
|
||||
cat web/js/{util,dom,search}.js >> web/js/bundle.js
|
||||
|
||||
@@ -8,15 +8,6 @@ cd ..
|
||||
mv mupdf/build/release/libmupdf.a .
|
||||
mv mupdf/build/release/libmupdf-third.a .
|
||||
|
||||
# libpcre
|
||||
cd libpcre
|
||||
./autogen.sh
|
||||
./configure --disable-shared
|
||||
make -j 4
|
||||
cd ..
|
||||
|
||||
mv libpcre/.libs/libpcre.a .
|
||||
|
||||
# ffmpeg
|
||||
cd ffmpeg
|
||||
./configure --disable-shared --enable-static --disable-ffmpeg --disable-ffplay \
|
||||
|
||||
Reference in New Issue
Block a user