mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
Merge pull request #78 from kiwix/patch-1
Look for renamed kiwix-compile-resources script as well
This commit is contained in:
commit
a2627e81c4
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
res_compiler = find_program('compile_resources.py')
|
res_compiler = find_program('kiwix-compile-resources', 'compile_resources.py')
|
||||||
|
|
||||||
subdir('server')
|
subdir('server')
|
||||||
|
@ -29,7 +29,7 @@ esac
|
|||||||
|
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qq python3-pip ${PACKAGES}
|
sudo apt-get install -qq python3-pip ${PACKAGES}
|
||||||
pip3 install meson
|
sudo pip3 install meson
|
||||||
|
|
||||||
# Ninja
|
# Ninja
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user