mirror of
https://github.com/simon987/sist2.git
synced 2025-04-20 10:46:45 +00:00
* extract scan code to libscan, (wip) * submodules * replace curl with mongoose (wip) * replace onion with mongoose (wip) * replace onion with mongoose (wip) * It compiles! (I think) * Update readme * Entirely remove libonion (WIP) * unscramble submodules * recover screenshot * Update mappings * Bug fixes * update * media meta fix * memory fixes * More bug fixes... * Bug fix w/ libmagic & vfile * libmagic fix (again) * Better lightbox, better video handler, random reloads fix * Use svg for info icon * re-enable http auth * mobi support #41, fix logs * Update README & cleanup
12 lines
286 B
Bash
Executable File
12 lines
286 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
rm -rf CMakeFiles CmakeCache.txt
|
|
cmake -DSIST_DEBUG=off -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make
|
|
strip sist2
|
|
|
|
rm -rf CMakeFiles CmakeCache.txt
|
|
cmake -DSIST_DEBUG=on -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake .
|
|
make
|