-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLINSTALL
More file actions
46 lines (38 loc) · 1.24 KB
/
Copy pathLINSTALL
File metadata and controls
46 lines (38 loc) · 1.24 KB
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
INSTALL GO-IUP
1. DOWNLOAD GO-IUP
go get github.com/visualfc/go-iup
2. DOWNLOAD IUP CD IM
All the libraries were build using Tecmake. Please use it if you intend to recompile the sources. Tecmake can be found at http://www.tecgraf.puc-rio.br/tecmake.
The IM files can be downloaded at http://sourceforge.net/projects/imtoolkit/files/.
The CD files can be downloaded at http://sourceforge.net/projects/canvasdraw/files/.
The IUP files can be downloaded at http://sourceforge.net/projects/iup/files/.
The Lua files can be downloaded at http://sourceforge.net/projects/luabinaries/files/.
3. SETUP GO-IUP libs
Windows:
github.com/
visualfc/
go-iup/ -- go-iup
libs/
iup/ -- iup libs
include/
Linux:
github.com/
visualfc/
go-iup/ -- go-iup
libs/
iup/ -- iup libs
include/
cd/ -- cd libs
include/
im/ -- im libs
include/
4. INSTALL GO-IUP
go install github.com/visualfc/go-iup/iup
go install github.com/visualfc/go-iup/iupctls
go install github.com/visualfc/go-iup/iupim
go install github.com/visualfc/go-iup/iupimglib
go install github.com/visualfc/go-iup/iupole
go install github.com/visualfc/go-iup/iuppplot
go install github.com/visualfc/go-iup/iuptuio
go install github.com/visualfc/go-iup/iupweb
(end of INSTALL)