karl@miasap... писал(а):
> only used it with 'ready TODO's' yet. It would save me some time if I
> get a short TODO (from the beginning) , I have installed MinGW
> TDM-GCC-64 - it works in NetBeans & C++ for me.
1. Install the garbage collector GC (
http://www.hboehm.info/gc). Sorry,
but I can't help you with the exact details here. Maybe you can find a
pre-compiled version.
2. Download the latest version of OBNC from
http://miasap.se/obnc(currently 0.6.4) and store the tarball in /usr/local/src in the MinGW
installation (or use some other directory of your choice).
3. In a MinGW terminal window, go to the source directory (cd
/usr/local/src) and extract the archive with the command
tar xf obnc_0.6.4.tar.gz
4. Enter the package directory:
cd obnc_0.6.4
5. Follow the instructions in the README file (run build, test and install)
-- Karl