I have a program called "PeakSplitter" that is executed by another program called "MACS". Following by the installation instruction, I have successfully installed "PeakSplitter" except the last step, which I didn't know how to do it. Here is the instruction.
- Open up a command terminal, go to the directory "PeakSplitter_v1" where you have uncompressed PeakSplitter. 
- Within this directory, go to "SFL/Release" directory and run the makefile using make (or make -f makefile) 
- Return to the directory "PeakSplitter_v1", then go to the "Zlib/Release" directory and run the makefile make (or make -f makefile) 
- Now you are ready to install PeakSplitter. Return to the directory "PeakSplitter_v1", and run the makefile make (or make -f makefile) An executable file named "PeakSplitter" will be generated in this folder. 
- To run the program type ./PeakSplitter, and ./PeakSplitter --help in order to get some help on the input parameters. 
- You can move the "PeakSplitter" exe file to anywhere on your file system and set the PATH to this folder. 
I think I have to move the "PeakSplitter" exe file to the MACS file system and set the PATH. Can anyone teach me how to do it? Thank you very much!
