thisgamesux / linux-csgo-external

Linux x86 cheat/hack for x86 and x64 linux systems (compiled + tested on Xubuntu)
http://s0beit.me
The Unlicense
63 stars 40 forks source link

Tutorial?? #7

Open ppkrkiv opened 9 years ago

ppkrkiv commented 9 years ago

So how does this thingy work? What do I have to do to make this work? I can't figure it out by myself. I use Ubuntu 15.04.

konnor0 commented 9 years ago

If you don't get errors like I do 1st extract the zip file 2nd open a terminal 3rd navigate to the extracted folder in the terminal 4th type "cmake CMakeFile.txt" 5th if cmake not installed, install it 6th type in the terminal "make" 7th type in your terminal "./csgo_external" or what ever the file name is

bryantwilliam commented 9 years ago

william@william-elementarylinux:~/Downloads/linux-csgo-external-master$ cmake CMakeFile.txt CMake Error: The source directory "/home/william/Downloads/linux-csgo-external-master/CMakeFile.txt" does not exist. Specify --help for usage, or press the help button on the CMake GUI.

olaulau commented 9 years ago

guys, I've written a tutorial in the wiki, take a look at it here : https://github.com/thisgamesux/linux-csgo-external/wiki

bryantwilliam commented 9 years ago

I'm running on ElementaryOS and it's based on Ubuntu but:

william@william-elementarylinux:~$ sudo apt-get install cmake build-essential gcc--multilib g++--multilib
[sudo] password for william: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gcc--multilib
E: Unable to locate package g++--multilib
E: Couldn't find any package by regex 'g++--multilib'
william@william-elementarylinux:~$ git clone https://github.com/thisgamesux/linux-csgo-external/
Cloning into 'linux-csgo-external'...
remote: Counting objects: 61, done.
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61
Unpacking objects: 100% (61/61), done.
Checking connectivity... done.
william@william-elementarylinux:~$ cd linux-csgo-external/
william@william-elementarylinux:~/linux-csgo-external$ cmake .
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
See also "/home/william/linux-csgo-external/CMakeFiles/CMakeOutput.log".
See also "/home/william/linux-csgo-external/CMakeFiles/CMakeError.log".
william@william-elementarylinux:~/linux-csgo-external$ make
make: *** No targets specified and no makefile found.  Stop.
william@william-elementarylinux:~/linux-csgo-external$ sudo ./csgo_external
sudo: ./csgo_external: command not found

Any help is highly appreciated. I'm shit with Linux. Idk why ElementaryOS doesn't have those packages but Ubuntu does. :/

olaulau commented 9 years ago

wiki corrected, there is only one '-' in package names like 'gcc--multilib' => 'gcc-multilib' sorry for the mistake.

bryantwilliam commented 9 years ago

Thanks, I'll try when I get home.