Changes between Version 3 and Version 4 of PatchingDebs


Ignore:
Timestamp:
09/30/14 09:58:27 (10 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PatchingDebs

    v3 v4  
    55= Rebuilding NSIS on Ubuntu 12.04 =
    66
    7 Here we rebuild ''nsis'' and ''nsis-common'' Debian packages with custom configuration. First we need some tools:
     7Here we rebuild ''nsis'' and ''nsis-common'' Debian packages with custom configuration. It is suggested that you [wiki:SettingUpGenericBuildsystem set up the openvpn-build buildsystem] using the automated script, because that installs most mingw-w64 tools you'll need. Once openvpn-build is setup, a few extra packages have to be installed:
    88
    99{{{
    1010$ apt-get update
    11 $ apt-get install apt-src
     11$ apt-get install apt-src g++-mingw-w64
    1212}}}
    1313