This repository automates the installation of Gershwin Applications.
- gap: Chess
- gap: Terminal
- apps-gorm: Gorm - Interface Builder for GNUstep
- apps-projectcenter: Project Center - Integrated Development Environment (IDE) for GNUstep
The components are installed into directories under the LOCAL domain:
- Applications:
/Applications
- Admin Applications:
/Applications/Utilities
- Web Applications:
/Library/WebApplications
- Tools:
/Library/bin
- Admin Tools:
/Library/sbin
- Library:
/Library
- Headers:
/Developer/Headers
- Libraries:
/Library/Libraries
- Documentation:
/Library/Documentation
- Man Pages:
/Library/Documentation/man
- Info Pages:
/Library/Documentation/info
Follow these steps to install Applications on Debian:
- Clone the repository with submodules:
git clone https://github.com/gershwin-os/applications.git --recurse-submodules
- Build the components:
cd applications && sudo make install
sudo make uninstall
This command will remove the system.txz tar archive:
sudo make clean