I'm trying to install "Chipmunk <https://github.com/zyedidia/Chipmunk.jl>" 
Package on windows7

building "Chipmunk" requires `cmake` and `make` command
So I installed cmake <https://cmake.org/>and MinGW <http://www.mingw.org/>to 
use those commands on windows command prompt. 


But I still couldn't build Chipmunk package because `make` command still 
dosen't work like on linux

"build.jl" 
<https://github.com/zyedidia/Chipmunk.jl/blob/master/deps/build.jl> fails 
at line 25 *run(`make`)*

-------------------------
Console
Checking dependencies...
Good...
HEAD is now at 079a859... Finish the build scripts.
HEAD is now at 079a859... Finish the build scripts.
Configuring Chipmunk2D version 7.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: 
C:/Users/Yonghee/.julia/v0.4/Chipmunk/deps/Chipmunk2D
make: *** No targets specified and no makefile found.  Stop.
---------------------------


I figured if i can specify target for `make` command, it might work. 
but I couldn't figure out what/how I can specify target for `make` command. 

Is there anyway to get around this?

Reply via email to