From ed67f98a0558858f2ff934327e37cd020825495e Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 14 Apr 2019 20:03:18 -0600 Subject: [PATCH] CMake: Update some of the cmake/* docs --- cmake/README.md | 11 ++--------- cmake/TODO | 4 ---- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 cmake/TODO diff --git a/cmake/README.md b/cmake/README.md index a632418ff5..71c2ded070 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -3,17 +3,10 @@ Building with CMake The quickest way to build and install panda with CMake is to run: ```sh -cmake . -make -[sudo] make install -``` - -Instead, it is recommended to create a separate directory to build Panda3D: -```sh -mkdir build -cd build/ +mkdir build && cd build cmake .. make +[sudo] make install ``` To configure CMake, it is recommended to use cmake-gui (`cmake-gui .`), diff --git a/cmake/TODO b/cmake/TODO deleted file mode 100644 index 8a57cd4ea8..0000000000 --- a/cmake/TODO +++ /dev/null @@ -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