#########################################################################################################################
# from october 2020 on, these scripts won't work anymore
#########################################################################################################################
Pspp4Windows build scripts
Copyright (C) 2012-2021 Harry Thijssen
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
These scripts are intended to build the environment to cross compile PSPP for MSWindows
Prequisites:
- a current openSUSE installation
- the user pspp with sudo rights
- git is installed
- optional:
- the setting to use sudo without password
- mutt is installed (at least ~/.muttrc is available and correct)
- the file ~/SendTo.inc is available containing at least:
CCE_to_email="<your e-mail>"
for example CCE_to_email="pspp4windows@gmail.com"
Preparations:
- clone the install scripts with:
git clone https://pspp4windows@git.code.sf.net/p/pspp4windows/BuildScripts pspp4windows
- if necessary, change openSUSE version in the build routines in BuildEnvironment/*
- if necessary change the end year in ~/pspp4windows/used-in-build/PackageInfo3.txt
- change the before date in ~/pspp4windows/used-in-build/readme.txt
- if you want to change the scripts for the build on Sourceforge, use pspp4windows/GitScripts/1-InitGit-use-once.sh
when commiting changes use pspp4windows/GitScripts/2-commit.sh <change reason>
Creating buildenvironment:
- start
bash pspp4windows/BuildEnvironment/1_prepare-pspp-cross-compiling.sh <openSuse version><subversion>
parameter example 15.2.1
Build pspp 4 windows
- start
perl pspp4windows/buildpspp4windows.pl