Changes for page PBA-cbs bootstrapping of portable C++ project
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
on 2012-07-20 10.58:33
Change comment:
integrating adding of debian-mingw to template project
To version 6.1
edited by christoph_lechleitner@iteg_at
on 2012-07-22 02.12:41
on 2012-07-22 02.12:41
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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,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 - Wewillsoonadd NSISinstallers.100 +===== {{id name="PBA-cbsbootstrappingofportableC++project-Optional:CreateWindowsInstallers"/}}Optional: Create Windows Installers ===== 97 97 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 +Voila. 115 + 98 98
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -65915 61 +659158 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/PBA/pages/65915 6/PBA-cbs bootstrapping of portable C++ project1 +https://clazzes.atlassian.net/wiki/spaces/PBA/pages/659158/PBA-cbs bootstrapping of portable C++ project