mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
CMake: Update some of the cmake/* docs
This commit is contained in:
parent
5e82d8e43e
commit
ed67f98a05
@ -3,17 +3,10 @@ Building with CMake
|
|||||||
|
|
||||||
The quickest way to build and install panda with CMake is to run:
|
The quickest way to build and install panda with CMake is to run:
|
||||||
```sh
|
```sh
|
||||||
cmake .
|
mkdir build && cd build
|
||||||
make
|
|
||||||
[sudo] make install
|
|
||||||
```
|
|
||||||
|
|
||||||
Instead, it is recommended to create a separate directory to build Panda3D:
|
|
||||||
```sh
|
|
||||||
mkdir build
|
|
||||||
cd build/
|
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
|
[sudo] make install
|
||||||
```
|
```
|
||||||
|
|
||||||
To configure CMake, it is recommended to use cmake-gui (`cmake-gui .`),
|
To configure CMake, it is recommended to use cmake-gui (`cmake-gui .`),
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
# List of things which may appear done but actually still need work!
|
|
||||||
Test Miles Sound System support
|
|
||||||
Add DirectX support for Nvidia Cg
|
|
||||||
Finish Config.pp conversion to Config.cmake
|
|
Loading…
x
Reference in New Issue
Block a user