NyaMisty / AltServer-Linux

AltServer for AltStore, but on-device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./PrefixHeader.pch:12:10: fatal error: 'cpprest/http_client.h' file not found

All3xJ opened this issue · comments

I followed all this:
image

But if I try to compile AltServer:

#       make NO_USBMUXD_STUB=1 NO_UPNP_STUB=1
make -C libraries/AltSign
make[1]: Entering directory '/root/AltServer-Linux/libraries/AltSign'
clang++ -Iminizip -I../libplist/include -I. -mno-sse -std=c++17  -o Account.cpp.o -c Account.cpp
In file included from Account.cpp:11:
./PrefixHeader.pch:12:10: fatal error: 'cpprest/http_client.h' file not found
#include <cpprest/http_client.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [Makefile:18: Account.cpp.o] Error 1
make[1]: Leaving directory '/root/AltServer-Linux/libraries/AltSign'
make: *** [Makefile:83: lib_AltSign] Error 2

You need to learn some basic linux open source usage pattern lol

(Note: that's because there's missing make install in my note)

(Note: that's because there's missing make install in my note)
If you see, that is literally a screenshot of your installation guide in the README.md.... I did a make install of course... and didn't work. Anyway, now I can just use the docker image that you uploaded, instead of manually compile it