-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME-GIT
20 lines (14 loc) · 925 Bytes
/
README-GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To (re)build qore from git, the following tools are required:
* automake 1.9 (or better)
* autoconf 2.59 (or better)
* libtool 1.5.10 or better (possibly earlier versions of libtool will work depending on your platform - I cannot get qore to build on Darwin with libtool versions earlier than 1.5.10 from fink)
** NOTE that you may need GNU m4 1.4.4 or better; this may be dependent on automake or autoconf; I was not able to build qore from subversion on Darwin with the supplied m4 1.4.2
If these dependencies are met, then execute ./reconf.sh in the current directory, which will build the configure file
Then you can execute following:
./configure
make
make install
As usual...
** NOTE: now that qore has stable API and ABIs, modules have been moved to separate git repos; you can find module source here:
* https://github.com/qorelanguage
For any problems or questions send an email at: david <at> qore dot org