PDA

View Full Version : need help with adobe atmosphere server


Acadien
2004-05-02, 05:30 PM CDT
A budy would like to use my server to host an adobe atmospher server. I have all the files (I think) however there is no manual (that I understand anyway) looks like source code in c. The problem is that I haven't touch that stuff in about 10 or 12 years and I am fairly new to Linux and fedora. I have learn to handle PHP/MySql stuff, but compiling is another story. I'm not even sure what program to use in the programming menu or even what needs to be done. I am running FC1 on a test machine in my basement with the help of DynDNS I have a server. Anyway I would appreciate if someone could point me in the right direction or another forum where there would be the possibility that there are some chances that perhaps someone could help. A clic - clic style solution that turns my code into a yum or rpm installable program would be very nice. I would like to attache the files but .tar files are not allowed I can always e-mail.

Bana
2004-05-02, 07:02 PM CDT
Generally (this is a command line method sorry) you can (from within the directory) run these commands: ./configure
make
make install
First try those and see if that is what you are looking for. Also look on the site that you downloaded the application from to see if there is any documentation there.