PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
334 stars 32 forks source link

make: *** [Makefile:45: obj/src/json/yajlHelpers.o] Error 1 #90

Closed tskxz closed 3 years ago

tskxz commented 3 years ago

Im trying to build it, i runned the make command and i got the following error

➜  SamRewritten git:(master) make
g++ -std=c++17 -c -o obj/src/json/yajlHelpers.o src/json/yajlHelpers.cpp -L/home/tanjil/SamRewritten/bin  -Wall -lsteam_api -lcurl -lyajl -ldl
In file included from src/json/yajlHelpers.cpp:2:
src/json/yajlHelpers.h:5:10: fatal error: yajl/yajl_gen.h: No such file or directory
    5 | #include <yajl/yajl_gen.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:45: obj/src/json/yajlHelpers.o] Error 1
➜  SamRewritten git:(master)
PaulCombal commented 3 years ago

What's your Linux distribution, and did you install the required libraries as instructed in the README?

tskxz commented 3 years ago

Just now I noticed, thanks