Last modified by christoph_lechleitner@iteg_at on 2018-01-03 03.50:49

From version 4.1
edited by christoph_lechleitner@iteg_at
on 2012-07-20 10.58:33
Change comment: integrating adding of debian-mingw to template project
To version 5.1
edited by christoph_lechleitner@iteg_at
on 2012-07-21 12.40:24
Change comment: Added nsis build infos

Summary

Details

Page properties
Content
... ... @@ -59,6 +59,8 @@
59 59  If you do not want windows binaries, remove it:
60 60  
61 61  (((
62 +
63 +
62 62  {{code language="none"}}
63 63  rm -rf src/include-mingw.mk src/*.rc debian-mingw* build/win*
64 64  {{/code}}
... ... @@ -93,6 +93,20 @@
93 93  
94 94  To only build the linux packages or only the windows packages, add {{code language="none"}}-o unix{{/code}} resp. {{code language="none"}}-o mingw{{/code}} to the pba-commands.
95 95  
96 -We will soon add NSIS installers.
98 +===== {{id name="PBA-cbsbootstrappingofportableC++project-Optional:CreateWindowsInstallers"/}}Optional: Create Windows Installers =====
97 97  
100 +First, edit the {{code language="none"}}.nsi{{/code}} script template and replace all instances of "{{code language="none"}}Clazzes.org{{/code}}" with something of your choice:
101 +
102 +{{code language="none"}}
103 +$EDITOR src/*.nsi
104 +{{/code}}
105 +
106 +Then "make" the {{code language="none"}}nsis{{/code}} directory:
107 +
108 +{{code language="none"}}
109 +make -C nsis && ls -ltr nsis/*.exe
110 +{{/code}}
111 +
112 +Voila.
113 +
98 98  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -659156
1 +659157
URL
... ... @@ -1,1 +1,1 @@
1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659156/PBA-cbs bootstrapping of portable C++ project
1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659157/PBA-cbs bootstrapping of portable C++ project