Update README.md
This commit is contained in:
parent
29123bb4c9
commit
89fbe64c89
@ -2,6 +2,8 @@
|
|||||||

|

|
||||||
|
|
||||||
## Discord Server
|
## Discord Server
|
||||||
|
The discord server is depreciated due to discord taking action.
|
||||||
|
Please use the new [Official Telegram Group](https://t.me/nullifiedcat).
|
||||||
[Official Discord Server](https://discord.gg/kvNVNSX)
|
[Official Discord Server](https://discord.gg/kvNVNSX)
|
||||||
|
|
||||||
cathook is a training software designed for Team Fortress 2 for Linux. cathook includes some joke features like
|
cathook is a training software designed for Team Fortress 2 for Linux. cathook includes some joke features like
|
||||||
@ -43,7 +45,7 @@ sudo apt update && sudo apt install git libssl-dev:i386 libc6-dev:i386 gdb libsd
|
|||||||
|
|
||||||
Arch gcc6 & dependencies installation:
|
Arch gcc6 & dependencies installation:
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -U /var/cache/pacman/pkg/lib32-gcc-libs-6.3.1-2-x86_64.pkg.tar.xz /var/cache/pacman/pkg/gcc-libs-multilib-6.3.1-2-x86_64.pkg.tar.xz /var/cache/pacman/pkg/gcc-multilib-6.3.1-2-x86_64.pkg.tar.xz && sudo cp -r /usr/include/c++/6.3.1/ /tmp/ && sudo pacman -S gdb gdb-common glew1.10 glew lib32-glew1.10 rsync lib62-gcc-libs gcc-libs-multilib gcc-multilib --noconfirm && yes | sudo cp -r /tmp/6.3.1/ /usr/include/c++/
|
sudo pacman -U https://archive.archlinux.org/packages/g/gcc-multilib/gcc-multilib-6.3.1-2-x86_64.pkg.tar.xz https://archive.archlinux.org/packages/g/gcc-libs-multilib/gcc-libs-multilib-6.3.1-2-x86_64.pkg.tar.xz https://archive.archlinux.org/packages/l/lib32-gcc-libs/lib32-gcc-libs-6.3.1-2-x86_64.pkg.tar.xz && sudo cp -r /usr/include/c++/6.3.1/ /tmp/ && sudo pacman -S gdb gdb-common glew1.10 glew lib32-glew1.10 rsync lib62-gcc-libs gcc-libs-multilib gcc-multilib --noconfirm && yes | sudo cp -r /tmp/6.3.1/ /usr/include/c++/
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't use Ubuntu or Arch (or if Arch script gets outdated), here's the list of what cathook requires:
|
If you don't use Ubuntu or Arch (or if Arch script gets outdated), here's the list of what cathook requires:
|
||||||
@ -97,3 +99,4 @@ The installation script is as followed:
|
|||||||
git clone --recursive https://github.com/nullifiedcat/cathook-ipc-server && cd cathook-ipc-server && make -j4
|
git clone --recursive https://github.com/nullifiedcat/cathook-ipc-server && cd cathook-ipc-server && make -j4
|
||||||
```
|
```
|
||||||
To run the Followbot server, run `./bin/cathook-ipc-server`. You can also use `./bin/cathook-ipc-server &>/dev/null &` to run it in background.
|
To run the Followbot server, run `./bin/cathook-ipc-server`. You can also use `./bin/cathook-ipc-server &>/dev/null &` to run it in background.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user