Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happens? #5

Closed
Dupiepoo opened this issue Nov 21, 2015 · 2 comments
Closed

What happens? #5

Dupiepoo opened this issue Nov 21, 2015 · 2 comments

Comments

@Dupiepoo
Copy link

g dependencies of target csgo_external
[ 20%] Building CXX object CMakeFiles/csgo_external.dir/log.cpp.o
[ 40%] Building CXX object CMakeFiles/csgo_external.dir/remote.cpp.o
[ 60%] Building CXX object CMakeFiles/csgo_external.dir/netvar.cpp.o
[ 80%] Building CXX object CMakeFiles/csgo_external.dir/hack.cpp.o
[100%] Building CXX object CMakeFiles/csgo_external.dir/main.cpp.o
/home/victor/Hämtningar/linux-csgo-external-master/main.cpp:2:22: fatal error: X11/Xlib.h: Filen eller katalogen finns inte
#include <X11/Xlib.h>
^
compilation terminated.
make[2]: *** [CMakeFiles/csgo_external.dir/main.cpp.o] Fel 1
make[1]: *** [CMakeFiles/csgo_external.dir/all] Fel 2
make: *** [all] Fel 2
victor@smaug:~/Hämtningar/linux-csgo-external-master
I'm pretty new to linux so I don't understand but i'd be more than happy if you help me :)

@kaby47
Copy link

kaby47 commented Nov 21, 2015

You are missing the Xlib-dev libs. I don't know which distribution you're on, but:
sudo apt-get install libx11-dev
sudo apt-get install libx11-dev:i386
fixed it for me (Debian Jessie)

@RedNapPanda
Copy link

Look at this PR of below, #4

That PR states this:

Create Toggle Keybind

Synopsis

Solves #2
(Kind of)
No toggle for just radar.
Press a keybind to toggle the cheat.
Notes

Requires Xlib, # apt-get libx11-dev on Debian based systems
Bind in this Pull Request is Ctrl+Shift+X, but this is not optimal for gameplay.
Known Bugs

Does not work with Numlock enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants