Skip to main content
moved image to i.stack.imgur.com to prevent link rot, fixed some spelling errors, removed a bit of fluff & added markdown
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

I am trying to install PhysicsFS (icculus.org/physfs/) on my Win 7 with MinGW. But I am having hard time doing it. I googled it as well but still nothing - I have used linux environment and make toolchain before ( notnot CMake though) - but I guess I am a bit rusty.

I tried following all the directions in INSTALL.txt and google - but here is what I managed till now.

I have MinGW installed and manullymanually installed CMake as well. Now I download the src from the site and do "cmake -G "MinGW MakeFiles"

http://i1268.photobucket.com/albums/jj568/amitahire/52c88dc7-dc09-47d3-a906-020449860781.jpgcmake -G "MinGW MakeFiles

Theenter image description here The next this is what bemused me - Well I havnthaven't encountered it before - I do "make"make and expect it to make the files but instead it goes into Windows Command Prompt. And then I am lost.

http://i1268.photobucket.com/albums/jj568/amitahire/7fa0168b-fb0d-4760-9627-44ed374a4dd6.jpg

Any pointer please?enter image description here

PART 2 -

I am fairly new MinGW - I was wondereingwondering if I want to develop do I compile from source or just install the developing package - as I understand compiling from source would give me both ( dev packages as well as binaries/static libs), right? Please correct me if I am wrong.

I am trying to install PhysicsFS (icculus.org/physfs/) on my Win 7 with MinGW. But I am having hard time doing it. I googled it as well but still nothing - I have used linux environment and make toolchain before ( not CMake though) - but I guess I am a bit rusty.

I tried following all the directions in INSTALL.txt and google - but here is what I managed till now.

I have MinGW installed and manully installed CMake as well. Now I download the src from the site and do "cmake -G "MinGW MakeFiles"

http://i1268.photobucket.com/albums/jj568/amitahire/52c88dc7-dc09-47d3-a906-020449860781.jpg

The next this is what bemused me - Well I havnt encountered it before - I do "make" and expect it to make the files but instead it goes into Windows Command Prompt. And then I am lost.

http://i1268.photobucket.com/albums/jj568/amitahire/7fa0168b-fb0d-4760-9627-44ed374a4dd6.jpg

Any pointer please?

PART 2 -

I am fairly new MinGW - I was wondereing if I want to develop do I compile from source or just install the developing package - as I understand compiling from source would give me both ( dev packages as well as binaries/static libs), right? Please correct me if I am wrong.

I am trying to install PhysicsFS (icculus.org/physfs/) on my Win 7 with MinGW. But I am having hard time doing it. I googled it as well but still nothing - I have used linux environment and make toolchain before (not CMake though) - but I guess I am a bit rusty.

I tried following all the directions in INSTALL.txt and google - but here is what I managed till now.

I have MinGW installed and manually installed CMake as well. Now I download the src from the site and do cmake -G "MinGW MakeFiles

enter image description here The next this is what bemused me - Well I haven't encountered it before - I do make and expect it to make the files but instead it goes into Windows Command Prompt. And then I am lost.

enter image description here

PART 2 -

I am fairly new MinGW - I was wondering if I want to develop do I compile from source or just install the developing package - as I understand compiling from source would give me both ( dev packages as well as binaries/static libs), right? Please correct me if I am wrong.

Source Link

Installing PhysicsFS on Mingw

I am trying to install PhysicsFS (icculus.org/physfs/) on my Win 7 with MinGW. But I am having hard time doing it. I googled it as well but still nothing - I have used linux environment and make toolchain before ( not CMake though) - but I guess I am a bit rusty.

I tried following all the directions in INSTALL.txt and google - but here is what I managed till now.

I have MinGW installed and manully installed CMake as well. Now I download the src from the site and do "cmake -G "MinGW MakeFiles"

http://i1268.photobucket.com/albums/jj568/amitahire/52c88dc7-dc09-47d3-a906-020449860781.jpg

The next this is what bemused me - Well I havnt encountered it before - I do "make" and expect it to make the files but instead it goes into Windows Command Prompt. And then I am lost.

http://i1268.photobucket.com/albums/jj568/amitahire/7fa0168b-fb0d-4760-9627-44ed374a4dd6.jpg

Any pointer please?

PART 2 -

I am fairly new MinGW - I was wondereing if I want to develop do I compile from source or just install the developing package - as I understand compiling from source would give me both ( dev packages as well as binaries/static libs), right? Please correct me if I am wrong.