how to build pcem from source

Discussion of development and patch submission.
Post Reply
TheMooskyFish
Posts: 4
Joined: Tue 30 Aug, 2016 7:27 am

how to build pcem from source

Post by TheMooskyFish »

hello everyone

i want build pcem from source but what i need?

i on windows 7 64bit

thanks
SA1988
Posts: 274
Joined: Wed 30 Apr, 2014 9:38 am

Re: how to build pcem from source

Post by SA1988 »

There's no need for large text, just grab msys1 with gcc 4.x or 5.x (the latter is better), alut and openal32.
User avatar
omarsis81
Posts: 945
Joined: Thu 17 Dec, 2015 6:20 pm

Re: how to build pcem from source

Post by omarsis81 »

Once we have all of that installed, what should be the next step? Run msys1 from the Command Prompt? What should we type? Is the makefile anything to do with compiling?
startmenu
Posts: 104
Joined: Sat 29 Nov, 2014 7:39 am

Re: how to build pcem from source

Post by startmenu »

omarsis81 wrote:Once we have all of that installed, what should be the next step? Run msys1 from the Command Prompt? What should we type? Is the makefile anything to do with compiling?
cd /path/to/src/dir
make -f Makefile.mingw or make -f Makefile.mingw64
TheMooskyFish
Posts: 4
Joined: Tue 30 Aug, 2016 7:27 am

Re: how to build pcem from source

Post by TheMooskyFish »

there tut video?
Post Reply