ASBeautifier 0.8.x:

Precompiled versions:
---------------------
These contain, in addition to the sources, an ASBeautifier executable.

astyle_glibc contains the file ASBeautifier .
astyle_win32 contains file ASBeautifier.exe .

To use these files, simply add them to you PATH system variable
(or copy them to a directory that is included in your PATH variable)
and run from the console.

Source version:
---------------
To compile under linux/unix:
1. The included Makefile tries to use GNU's g++ compiler. If you prefer
   another compiler, change the Makefile.

2. The file compiler_defines.h contains several options regarding the
   compiler to be used.

   - if your compiler does not recognize 'namespace's, then comment out
     the line:
     #define USES_NAMESPACE
   - if GNU's g++ compiler is not used, comment out the line:
     #define GNU
     This option was needed to handle several nuances in the g++'s
     standard library, which are somewhat different than the standard
     used in most often.

3. After the above is set, type 'make'.
   This should create an executable file called ASBeautifier .


To compile under Win95/NT:
1. Create a project under Visual C++ (or another compiler) and import
   all the .cpp and .h files.
2. In the file compiler_defines.h comment out the line:
   #define GNU
3. Compile...

Enjoy!
Tal Davidson
davidsont@bigfoot.com
