~ubuntu-branches/ubuntu/raring/gramophone2/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
REQUISITES

In order to succesfully compile and install GRAMophone II, you must have installed on your box the GNU/Flex lexical analyzer generator, the GNU/Bison parser generator and of course the GNU/gcc compiler.

COMPILE & INSTALL

To compile and install, simply type:

make
make install

enjoy!

UNINSTALL

Type:

make uninstall

GNU/LINUX USERS

in Makefile, decomment CFLAGS+=-O2 -lm and comment CFLAGS+=-O2

WINDOWS USERS

Rename Makefile.win32 to Makefile