forked from felix-lang/felix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
51 lines (31 loc) · 1006 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
INSTALLING FELIX from BINARY PACKAGE
====================================
Linux 64 bit
------------
Felix installs in /usr/local/lib/felix/felix-${FLX_VERSION} where
FLX_VERSION is the Felix version number, of the form YYYY.MM.DD.
It is configured for gcc and built with gcc-5.1. C++11 support
is required.
Use:
sudo ./posixinstall.sh
to install. Any previous install is deleted. To use:
./linuxsetup.sh
Test with:
flx hello
OSX
-----
There is currenly no binary for OSX. Please build from source.
Windows 64 bit
--------------
Felix installs in C:\usr\local\lib\felix\felix-${FLX_VERSION} where
FLX_VERSION is the Felix version number, of the form YYYY.MM.DD.
It is configured for MSVC++ and built with Visual Studio 14 (2015).
It is a 64 bit debugging version. C++11 support is required.
Type:
win32install.bat
to install. Any previous install is deleted. To use,
open a Visual Studio command prompt for x64 or x86->x64
cross compiler. Type:
win32setup.bat
Test with:
flx hello