diff options
author | monsta <[email protected]> | 2015-08-25 14:40:58 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-02 11:34:01 +0200 |
commit | b24934e186456b50d7702192ec3a270926831791 (patch) | |
tree | e7daae0af65482e5f1a5598808e4e55792dd7e6d /win32/README | |
parent | f6d7a422f3f5f97e676cd18cef5bb46aca8da6be (diff) | |
download | pluma-b24934e186456b50d7702192ec3a270926831791.tar.bz2 pluma-b24934e186456b50d7702192ec3a270926831791.tar.xz |
drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic
in configure.ac
Diffstat (limited to 'win32/README')
-rw-r--r-- | win32/README | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/win32/README b/win32/README deleted file mode 100644 index 1fb95f52..00000000 --- a/win32/README +++ /dev/null @@ -1,17 +0,0 @@ -To create the Windows installer for pluma, ideally all you have to do is to run -the build-installer script, after having installed all dependencies to the -correct places (that means precompiled ones to /, and self-built -ones to /local/). Also, you will need to have Python at C:\Python25. -The Inno Setup compiler (iscc) needs to be in your PATH. - -There are many paths hardcoded to fit my own build environment. Feel free to -generalize the script, to make it more adaptive to other environments. - -The script takes an argument which is the revision number of the installer. If -it is not given, then it uses 1 as revision number. The revision number should -be increased every time the installer for the same pluma version is updated, -and be reset to 1 for a new pluma version. - -Ignacio Casal Quinteiro <[email protected]> - -This script was based in Armin Burgmeier script for glom. |