seishun / SteamPP

C++ library to interoperate with Steam servers
MIT License
112 stars 22 forks source link

Having issues compiling libsteam.so on Ubuntu 13.04 #4

Closed aperson closed 11 years ago

aperson commented 11 years ago

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
seishun commented 11 years ago

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

aperson commented 11 years ago

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

seishun commented 11 years ago

That's an environment variable. See this.

seishun commented 11 years ago

Closing due to inactivity.