9
10
11
12
13
14
15
|
3. Copy requirements.scm.template to requirements.scm and modify as needed
- choose your db (must match what you choose in 2. above)
If on 64 bit and you get error in compiling try fPIC:
CSC_OPTIONS='-C "-fPIC"' make
|
>
>
>
>
>
>
>
>
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
3. Copy requirements.scm.template to requirements.scm and modify as needed
- choose your db (must match what you choose in 2. above)
If on 64 bit and you get error in compiling try fPIC:
CSC_OPTIONS='-C "-fPIC"' make
run
> make
or
> CSC_OPTIONS='-C "-fPIC"' make
|