parent
087282cd4b
commit
d97e6b48ed
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ Download a release package for your platform(s) -- they have subdirs with variou
|
||||||
|
|
||||||
### From repo
|
### From repo
|
||||||
|
|
||||||
|
First-eth, you'll want `CMake`. There's a few different ways to install it on your system, and you should refer to [their website](https://cmake.org/install/). Many package managers provide ways of installing CMake as well.
|
||||||
|
|
||||||
|
To make sure it's installed correctly, type `cmake --version` into your flavor of terminal/cmd. If you get a response with a version number, you're good to go!
|
||||||
|
|
||||||
There's a [CMake](https://cmake.org/download/) file that should be able to generate the lib for you; Sometimes I use it like this:
|
There's a [CMake](https://cmake.org/download/) file that should be able to generate the lib for you; Sometimes I use it like this:
|
||||||
```sh
|
```sh
|
||||||
cd <path to discord-rpc>
|
cd <path to discord-rpc>
|
||||||
|
|
Loading…
Reference in a new issue