Guide to installing ProjectCenter on Fedora 17
Step 1: Download
gnustep ProjectCenter and extracted the contents to a directory of your choice
Step 2: Comment out the line #include <stropts.h> in PTYView.m
I commented out the entire if statement it was in, lines 45, 46, 47
Special thanks to Riccardo from the
GNUstep mailing list for the help with this step
Step 3: Run the make & make install commands
The make install command will need root privileges to run
Step 4: Copy libProjectCenter.so.0 to /lib directory
You will need root privileges to copy to this location
Step 5: To run ProjectCenter just type ProjectCenter into a terminal
Optional
How to add shortcut to activities
Step 6: Using a terminal cd to /usr/share/applications
Step 7: Create a file called ProjectCenter.desktop
You will need root privileges
Step 8: Put the following in the file:
[Desktop Entry]
version=0.6.1
Type=Application
Terminal=false
Exec=ProjectCenter
Name=ProjectCenter
Icon=/usr/local/lib64/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.tiff
Categories=Application;Development;
Once the changes have been saved the shortcut should be available