mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-25 11:01:30 +00:00
Merge branch 'master' of https://github.com/RobertBeckebans/RBDOOM-3-BFG
This commit is contained in:
commit
42cd8afdba
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
____ ____ ____ _____ ____ ______ ______
|
____ ____ ____ _____ ____ ______ ______
|
||||||
/ __ \ / __ ) / __ \ ____ ____ ____ ___ |__ / / __ ) / ____// ____/
|
/ __ \ / __ ) / __ \ ____ ____ ____ ___ |__ / / __ ) / ____// ____/
|
||||||
/ /_/ // __ |/ / / // __ \ / __ \ / __ `__ \ /_ < / __ |/ /_ / / __
|
/ /_/ // __ |/ / / // __ \ / __ \ / __ `__ \ /_ < / __ |/ /_ / / __
|
||||||
|
@ -169,12 +168,12 @@ _________________________
|
||||||
support for multiple displays (especially in fullscreen mode).
|
support for multiple displays (especially in fullscreen mode).
|
||||||
|
|
||||||
|
|
||||||
3. Generate the Makefiles using CMake:
|
2. Generate the Makefiles using CMake:
|
||||||
|
|
||||||
> cd neo/
|
> cd neo/
|
||||||
> ./cmake-eclipse-linux-profile.sh
|
> ./cmake-eclipse-linux-profile.sh
|
||||||
|
|
||||||
4. Compile RBDoom3BFG targets with
|
3. Compile RBDoom3BFG targets with
|
||||||
|
|
||||||
> cd ../build
|
> cd ../build
|
||||||
> make
|
> make
|
||||||
|
|
Loading…
Reference in a new issue