@@ -27,7 +27,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
27
27
> set QTDIR=c:\Qt\Qt4.8.5
28
28
> set MINGWDIR=c:\Qt\MinGW
29
29
> cd liteide/build
30
- > install_pkg .cmd
30
+ > update_pkg .cmd
31
31
> build_windows_mingw.cmd
32
32
> deploy_windows_qt4.8_webkit.cmd
33
33
@@ -37,7 +37,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
37
37
> set QTDIR=C:\Qt\Qt5.6.2\5.6\mingw49_32
38
38
> set MINGWDIR=C:\Qt\Qt5.6.2\Tools\mingw492_32
39
39
> cd liteide/build
40
- > install_pkg .cmd
40
+ > update_pkg .cmd
41
41
> build_windows_mingw.cmd
42
42
> deploy_windows_qt5.6.cmd
43
43
@@ -49,7 +49,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
49
49
## Git clone and build liteide ##
50
50
$ git clone https://github.com/visualfc/liteide.git
51
51
$ cd liteide/build
52
- $ ./install_pkg .sh
52
+ $ ./update_pkg .sh
53
53
$ ./build_linux_qt4.sh
54
54
55
55
## Run it: ##
@@ -70,7 +70,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
70
70
## Git clone and build liteide ##
71
71
$ git clone https://github.com/visualfc/liteide.git
72
72
$ cd liteide/build
73
- $ ./install_pkg .sh
73
+ $ ./update_pkg .sh
74
74
$ ./build_linux_qt5.sh
75
75
76
76
## Run it: ##
@@ -89,7 +89,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
89
89
90
90
$ git clone https://github.com/visualfc/liteide.git
91
91
$ cd liteide/build
92
- $ ./install_pkg .sh
92
+ $ ./update_pkg .sh
93
93
$ QTDIR=/usr ./build_linux.sh
94
94
95
95
## Run it: ##
@@ -100,7 +100,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
100
100
$ git clone https://github.com/visualfc/liteide.git
101
101
$ export QTDIR=$HOME/QtSDK/Desktop/Qt/484/gcc
102
102
$ cd liteide/build
103
- $ ./install_pkg .sh
103
+ $ ./update_pkg .sh
104
104
$ ./build_linux.sh
105
105
$ ./deploy_linux_qt4.8_webkit.sh
106
106
@@ -111,7 +111,7 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
111
111
$ git clone https://github.com/visualfc/liteide.git
112
112
$ export QTDIR=$HOME/QtSDK/Desktop/Qt/484/gcc #If QT is installed with brew, input: export QTDIR=/usr/local/Cellar/qt/4.8.6
113
113
$ cd liteide/build
114
- $ ./install_pkg .sh
114
+ $ ./update_pkg .sh
115
115
$ ./build_macos_qt4.sh
116
116
$ ./deploy_macos_qt4.sh
117
117
$ open liteide/LiteIDE.app
@@ -123,7 +123,7 @@ Download Qt from http://www.qt.io/download and install. (Qt5.6.2/Qt5.7.1/Qt5.8)
123
123
$ git clone https://github.com/visualfc/liteide.git
124
124
$ export QTDIR=$HOME/Qt5.6.2/Qt5.6/clang_64
125
125
$ cd liteide/build
126
- $ ./install_pkg .sh
126
+ $ ./update_pkg .sh
127
127
$ ./build_macos_qt5.sh
128
128
$ ./deploy_macos_qt5.sh
129
129
$ open liteide/LiteIDE.app
135
135
$ git clone https://github.com/visualfc/liteide.git
136
136
$ export QTDIR=/usr/local/Cellar/qt/5.8.0_2 # or modify accordingly for [email protected] and [email protected]
137
137
$ cd liteide/build
138
- $ ./install_pkg .sh
138
+ $ ./update_pkg .sh
139
139
$ ./build_macos_qt5.sh
140
140
$ open liteide/LiteIDE.app
141
141
@@ -145,7 +145,7 @@ Warning! brew install qt rpath incorrect do not use deploy script.
145
145
$ git clone https://github.com/visualfc/liteide.git
146
146
$ export QTDIR=/usr/local/lib/qt4
147
147
$ cd liteide/build
148
- $ ./install_pkg .sh
148
+ $ ./update_pkg .sh
149
149
$ ./build_openbsd.sh
150
150
151
151
## Run it: ##
@@ -158,7 +158,7 @@ Warning! brew install qt rpath incorrect do not use deploy script.
158
158
$ sudo apt-get install qt5-default xterm
159
159
$ git clone https://github.com/visualfc/liteide.git
160
160
$ cd liteide/build
161
- $ ./install_pkg .sh
161
+ $ ./update_pkg .sh
162
162
$ QTDIR=/usr ./build_linux.sh
163
163
The build process from a µSD card takes approx. 105 minutes on a RPi 2.
164
164
@@ -181,7 +181,7 @@ i.e. liteidex/src/github.com/visualfc/gotools/README.md
181
181
* https://github.com/fatih/gomodifytags
182
182
183
183
$ cd liteide/build
184
- $ ./install_pkg .sh
184
+ $ ./update_pkg .sh
185
185
$ export QTDIR=/usr/bin
186
186
$ ./build_linux_fedora27_x64.sh
187
187
0 commit comments