mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Rewrite with mupdf as a backend (#50)
* Initial implementation of attempted mupdf rewrite * Change back to no resizing and don't include alpha channel in conversion * Remove some more dead code * Make features more modular and call search more easily * Switch to git dependency for my fixes * Update deps * Fix searching hehe * Remove unnecessary CI steps? * fontconfig in CI * perftools in ci * Final adjustments to conform to mupdf changes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# 1. Pull the git source of poppler
|
||||
# 2. cd poppler
|
||||
# 3. git checkout poppler-23.07.0
|
||||
# 4. mkdir build
|
||||
# 5. cd build
|
||||
# 6. cmake .. -DENABLE_GPGME=OFF -DENABLE_QT5=OFF -DENABLE_QT6=OFF -DENABLE_BOOST=OFF -DBUILD_SHARED_LIBS=OFF
|
||||
# 7. cmake --build . --parallel $(nproc)
|
||||
env SYSTEM_DEPS_POPPLER_GLIB_LINK=static \
|
||||
SYSTEM_DEPS_POPPLER_GLIB_NO_PKG_CONFIG=1 \
|
||||
SYSTEM_DEPS_POPPLER_GLIB_SEARCH_NATIVE=/path/to/poppler/build/glib \
|
||||
SYSTEM_DEPS_POPPLER_GLIB_LIB=poppler-glib \
|
||||
cargo perf --bin for_profiling --
|
||||
Reference in New Issue
Block a user