Fri Jul 11 16:42:08 2014 by Nicholas |
I just downloaded the Zip and need help installing it/getting it to work. I just want to generate some worlds and wrap them around google earth. when i open the application in the zip is just opens a cmd windows that ends up just looking like the matrix text scrolling. Any help? |
Fri Jul 11 17:32:31 2014 by Nicholas |
I've looked through some of the files and came across some install notes that talk about using Make or writing come code "cc planet.c -o planet -lm -O" okay i can write that but where do i write it? cmd? a batch file? |
Sat Jul 12 16:16:16 2014 by Ron Vantreese |
Make sure you download vpplanetgenerator and not a matrixprogram. |
Sat Jul 12 16:18:11 2014 by Ron Vantreese |
Or.. if you did that then click on detup.exe. |
Sat Jul 12 16:19:02 2014 by Ron Vantreese |
I mean setup.exe |
Tue Oct 21 18:08:09 2014 by Mark |
Nicholas, you will need to install make it's just easier. You may also need to install a C/C++ compiler. For linux users that tends to be GCC, I don't know what windows users use... MinGW probably. Once you have installed make... open up your cmd prompt. (In linux this is known as terminal). Then navigate to your "planet" directory... I...dunno how to do that in windows. Then type "make all". Works like a dream. |
Tue Oct 21 21:25:00 2014 by Ron Vantreese |
I compiled it in MinGW. It's also GCC. The Makefile was well-written and was able to compile without editing. The planet.exe needed to use setmode() to change the output to binary mode so it can output images in Windows without corruption. |