Skip to content
franke-hub edited this page Mar 22, 2020 · 15 revisions

Welcome to the Project wiki!

BUILD INSTRUCTIONS ARE A WORK IN PROGRESS. DON'T USE THEM YET.

This is basically my development environment. It include batch files, make files, multiple libraries and multiple sample programs. They all compile in current versions of Cygwin, Fedora, and Ubuntu. There are some programs here written in 2007 that might not have been compiled in a while, so that might not be completely accurate.

To begin: Create a project subdirectory, the place where you want this repository to reside. For exposition purposes, we'll call that subdirectory ~/project. Clone or download this entire repository into that repository.

Run these bash commands: chdir ~/project/obj

The .README file in that directory is an executable script. Since it expects the target "obj" directory to be in your home directory, we're going to update it in-place instead:

rename git .git git reset --hard HEAD

There is one executable file needed to make builds run. Here's how to create it:

cd ~/project/src/cpp/Tools/Makeproj ./make mv makeproj ~/project/bin/.