-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·56 lines (31 loc) · 1.06 KB
/
README
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
50
51
52
53
54
WXFORMBUILDER INSTALL FROM REPOSITORIES
---------------------------------------
0. Add PPA for wxWidgets v3.0 (Ubuntu 12.04-13.10)
sudo add-apt-repository -y ppa:wxformbuilder/wxwidgets
sudo apt-get update
1. Pre-requisites (Ubuntu 12.04 LTS)
sudo apt-get install libwxgtk3.0-0 libwxgtk-media3.0-0
2. Add PPA for wxFormBuilder (Ubuntu 12.04-13.10)
sudo add-apt-repository -y ppa:wxformbuilder/release
sudo apt-get update
3. Install wxFormBuilder
sudo apt-get install wxformbuilder
WXFORMBUILDER INSTALL FROM SOURCE
---------------------------------
0. Add PPA for wxWidgets v3.0 (Ubuntu 12.04-13.10)
sudo add-apt-repository -y ppa:wxformbuilder/wxwidgets
1. Pre-requisites (Ubuntu 12.04 LTS)
sudo apt-get install libwxgtk3.0-0 libwxgtk3.0-dev libwxgtk-media3.0-dev
1. Download source code
mkdir ~/src/wxformbuider
cd ~/src/wxformbuilder
svn checkout svn://svn.code.sf.net/p/wxformbuilder/code/3.x/trunk head
2. Prepare build files
cd head
./create_build_files4.sh
3. Build
cd build/3.0/gmake
make config=release
4. Test
cd ../../../output/bin/
./wxformbuilder