Windows Installer: Difference between revisions

Jump to navigation Jump to search
377 bytes added ,  2 February 2014
(→‎Creating an NSIS based installer: Adapting to the aforementioned changes. What's the script's status now?)
Line 31: Line 31:


If you are using Ubuntu, then you can do <code>apt-get install foo</code> instead of <code>aptitude install -R foo</code>.
If you are using Ubuntu, then you can do <code>apt-get install foo</code> instead of <code>aptitude install -R foo</code>.
On a fesh Linux Mint 16 x86_64, also install:
sudo apt-get install libc6-dev-i386 gcc-multilib
If not installed, you will get error messages like  "/usr/include/stdc-predef.h:30:26: fatal error: bits/predefs.h: No such file or directory" or "/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a when searching for -lgcc" when compiling ocaml-core.


===Fedora===
===Fedora===
Anonymous user

Navigation menu