archive
/
md-pdf-rs
Archived
1
Fork 0

Download sciter lib

This commit is contained in:
Jake Howard 2017-08-31 09:29:14 +01:00
parent e42e51695b
commit 484d1cc3bc
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,12 @@ wktox: lib_path
mv $(LIB_DIR)/wkhtmltox/lib/* $(LIB_DIR)
cd $(LIB_DIR) && rm -r wkhtmltox/ $(WKTOX_DL)
lib: pandoc wktox
sciter: lib_path
wget https://sciter.com/sdk/sciter-sdk.zip -O $(LIB_DIR)/sciter.zip
unzip $(LIB_DIR)/sciter.zip "bin.gtk/libsciter-gtk-64.so" -d $(LIB_DIR)
rm $(LIB_DIR)/sciter.zip
lib: pandoc wktox sciter
test:
cargo test