-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exercise 1 Missing freetype2 lib, wrong CC path #46
Comments
To maintain consistency with the rest of the project: sudo apt-get install libfreetype6-dev libmotif-dev libxt-dev
export LLVM_CONFIG="llvm-config-11"
CC=$HOME/AFLplusplus/afl-clang-fast CXX=/AFLplusplus/afl-clang-fast++ ./configure --prefix="$HOME/home/fuzzing_xpdf/install/" --with-freetype2-includes=/usr/include/freetype2
make
make install |
Hello @9carlo6 |
Thank you for this! The binaries were missing for me until I made this change |
Should be:
The text was updated successfully, but these errors were encountered: