seishun / SteamPP

C++ library to interoperate with Steam servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Having issues compiling libsteam.so on Ubuntu 13.04

aperson opened this issue · comments

I've installed all of the dependencies listed (libprotobuf-dev libcrypto++-dev libarchive-dev libglib2.0-dev libpurple-dev). I've cloned the repo, ran cmake, and now when I try to make steam, I get the following error:

make[3]: *** No rule to make target `/Resources/Protobufs/steamclient/encrypted_app_ticket.proto', needed by `encrypted_app_ticket.pb.cc'.  Stop.
make[2]: *** [CMakeFiles/steam++.dir/all] Error 2
make[1]: *** [CMakeFiles/steam.dir/rule] Error 2
make: *** [steam] Error 2

Did you set the STEAMKIT cache variable to the SteamKit2 directory? See here.

I cloned it in my /Git and set STEAMKIT=/Git/SteamKit (when I actually did it, I used absolute paths).

That's an environment variable. See this.

Closing due to inactivity.