diff --git a/README.txt b/README.txt index 400be1aed..31004a625 100644 --- a/README.txt +++ b/README.txt @@ -49,7 +49,7 @@ simply runs 'cmake . -DCMAKE_BUILD_TYPE=Release' to ensure that you get the best performance from your final libraries/applications. cd OpenSceneGraph - ./configure + cmake . make sudo make install @@ -62,7 +62,7 @@ directory alongside the OpenSceneGraph use: mkdir build cd build - cmake ../OpenSceneGraph -DCMAKE_BUILD_TYPE=Release + cmake ../OpenSceneGraph make sudo make install diff --git a/configure b/configure deleted file mode 100755 index 4fc3772ef..000000000 --- a/configure +++ /dev/null @@ -1 +0,0 @@ -cmake . -DCMAKE_BUILD_TYPE=Release $@