-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathINSTALL
More file actions
37 lines (24 loc) · 707 Bytes
/
INSTALL
File metadata and controls
37 lines (24 loc) · 707 Bytes
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
-------------------------------------------------------------------------------
INSTALL
-------------------------------------------------------------------------------
Requirements
------------
- git
- make
- autoconf >= 2.63
- automake >= 1.11
- sdcc (>= 2.9.0)
Notes:
- In order to build DSLogic-fw you need the 'sdcc' compiler (>= 2.9.0).
On Debian you can install it via:
$ apt-get install sdcc
Building and installing
-----------------------
$ ./autogen.sh
$ ./configure
$ make
For installing DSLogic-fw:
$ make install
The generated *.fw files are installed into /usr/local/share/DSLogic-fw.
You can override the install location like this:
$ ./configure --prefix=/usr