Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
014972dc
Commit
014972dc
authored
Jan 09, 2014
by
Stephane Glondu
Browse files
Compiling on Windows using Cygwin
parent
65934311
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
014972dc
...
...
@@ -131,6 +131,42 @@ then be installed with:
sudo apt-get install libatdgen-ocaml-dev libzarith-ocaml-dev libcryptokit-ocaml-dev libuuidm-ocaml-dev libcalendar-ocaml-dev
sudo apt-get install ocsigenserver eliom libcsv-ocaml-dev
Compiling on Windows using Cygwin
---------------------------------
Windows is not yet a fully supported platform, but you can compile at
least the command-line tool on Windows + 32-bit
[
Cygwin
](
http://cygwin.com/index.html
)
. You might need the following
packages:
*
curl
*
dos2unix
*
flexdll
*
gcc-core
*
gcc-g++
*
git
*
gmp
*
libgmp-devel
*
libncursesw-devel
*
libpcre-devel
*
libsqlite3-devel
*
m4
*
make
*
ocaml
*
ocaml-base
*
ocaml-camlp4
*
ocaml-compiler-libs
*
openssh
*
patch
*
pkg-config
*
zlib-devel
With these packages installed, you should be able to install OPAM by
following its
[
installation instructions from
sources
](
http://opam.ocaml.org/doc/Quick_Install.html#h2-FromSources
)
.
Once OPAM is installed, follow the instructions in the _Command-line
tool_ section above.
Troubleshooting
---------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment