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
I've installed all of the dependencies listed (
libprotobuf-dev libcrypto++-dev libarchive-dev libglib2.0-dev libpurple-dev
). I've cloned the repo, rancmake
, and now when I try tomake steam
, I get the following error: