mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:04:38 +02:00
Better location for CMake instructions
@@ -17,9 +17,7 @@ cd ~/dolphin-emu
|
|||||||
|
|
||||||
To build with CMake (optionally verbose): Download and install [CMake](http://www.cmake.org/cmake/resources/software.html) if you don't have it.
|
To build with CMake (optionally verbose): Download and install [CMake](http://www.cmake.org/cmake/resources/software.html) if you don't have it.
|
||||||
|
|
||||||
#### CMake Notes
|
Then:
|
||||||
|
|
||||||
To build Dolphin from scratch using CMake,
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
@@ -27,6 +25,8 @@ cmake ..
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### CMake Notes
|
||||||
|
|
||||||
The `-j` option can be passed to `make` in order to compile multiple objects at once.
|
The `-j` option can be passed to `make` in order to compile multiple objects at once.
|
||||||
A good rule of thumb is number of CPU cores plus one. For example, on a quad core CPU `make -j5` would be a good choice.
|
A good rule of thumb is number of CPU cores plus one. For example, on a quad core CPU `make -j5` would be a good choice.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user