Skip to main content
New image links
Source Link

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description hereHowto1

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description herehowto2

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description herehowto3

If everything is correct - (No red flags) - Then press "Generate"

enter image description herehowto4

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description here

If everything is correct - (No red flags) - Then press "Generate"

enter image description here

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

Howto1

And then use ( in my case I had different compilers) - Specify Native Compiler

howto2

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

howto3

If everything is correct - (No red flags) - Then press "Generate"

howto4

Then you can go into the shell window and go ahead with the compilation process.

New image links
Source Link

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description hereenter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description hereenter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description hereenter image description here

If everything is correct - (No red flags) - Then press "Generate"

enter image description hereenter image description here

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description here

If everything is correct - (No red flags) - Then press "Generate"

enter image description here

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description here

If everything is correct - (No red flags) - Then press "Generate"

enter image description here

Then you can go into the shell window and go ahead with the compilation process.

replaced http://i1268.photobucket.com/ with https://i1268.photobucket.com/
Source Link

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto1.pngenter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto2.pngenter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto3.pngenter image description here

If everything is correct - (No red flags) - Then press "Generate"

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto4.pngenter image description here

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto1.png

And then use ( in my case I had different compilers) - Specify Native Compiler

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto2.png

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto3.png

If everything is correct - (No red flags) - Then press "Generate"

http://i1268.photobucket.com/albums/jj568/amitahire/cmake-physys-howto4.png

Then you can go into the shell window and go ahead with the compilation process.

I finally managed to get it installed. I will list out the things you need to do and proceed further.

As @rioki advised me - I used the cmake-gui to configure and generate the appropriate files.

First make sure that you are making the right kind of file. There are many options available. In my case I was trying to install PhysicsFS in MinGW and I had to learn the hard way that you should make files for MSYS file system.

enter image description here

And then use ( in my case I had different compilers) - Specify Native Compiler

enter image description here

Then when you finish. If there are any errors in the configuration process the cmake gui will help with it and you can use the gui to specify the path to correct location.

enter image description here

If everything is correct - (No red flags) - Then press "Generate"

enter image description here

Then you can go into the shell window and go ahead with the compilation process.

Source Link
Loading