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 8.1
edited by christoph_lechleitner@iteg_at
on 2012-07-22 02.17:53
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Content
... ... @@ -34,6 +34,8 @@
34 34  cd $MYAPPNAME
35 35   
36 36  scripts/rename_main_files.sh $MYAPPNAME
37
38 +rm scripts/rename_main_files.sh
37 37  {{/code}}
38 38  
39 39  ===== {{id name="PBA-cbsbootstrappingofportableC++project-Adaptdebianinformation"/}}Adapt debian information =====
... ... @@ -59,6 +59,8 @@
59 59  If you do not want windows binaries, remove it:
60 60  
61 61  (((
64 +
65 +
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,24 @@
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.
100 +===== {{id name="PBA-cbsbootstrappingofportableC++project-Optional:CreateWindowsInstallers"/}}Optional: Create Windows Installers =====
97 97  
98 -
102 +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:
103 +
104 +{{code language="none"}}
105 +$EDITOR src/*.nsi
106 +{{/code}}
107 +
108 +Then "make" the {{code language="none"}}nsis{{/code}} directory:
109 +
110 +{{code language="none"}}
111 +make -C nsis && ls -ltr nsis/*.exe
112 +{{/code}}
113 +
114 +===== {{id name="PBA-cbsbootstrappingofportableC++project-FinallyupdatetheReadMe"/}}Finally update the ReadMe =====
115 +
116 +At least remove the link to this page:
117 +
118 +{{code language="none"}}
119 +$EDITOR doc/ReadMe.txt
120 +{{/code}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -659156
1 +659170
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/659170/PBA-cbs bootstrapping of portable C++ project