9
10
11
12
13
14
15
16
17
|
9
10
11
12
13
14
15
16
17
18
19
20
21
|
+
+
+
+
|
# Clone the fossil
# Install chicken scheme
# Install ffcall
# Install iup libraries
# Install all the current eggs that were previously installed, add as many new ones as you wish
# Update innodb config
# Compile and make windows installer
I have a comprehensive Makefile for building chicken scheme, iup and a number of eggs in the Megatest repo. This might be a good starting point for building on Windows or for hints on how to build.
Megatest Makefile for building chicken, iup and eggs: [http://www.kiatoa.com/fossils/megatest/doc/v1.60/utils/Makefile.installall|Makefile.installall]
NOTE: I do not need the absolute latest versions of everything. If there are obstacles for getting a specific version compiled let me know and we can adjust expectations accordingly.
|