Auxiliary files have moved to GitHib

This commit is contained in:
Tom Reynolds
2015-06-08 02:59:37 +02:00
parent a63eeee356
commit 0510e338c1
6 changed files with 23 additions and 15 deletions

View File

@@ -32,10 +32,10 @@ OR
folder folder
* MegaGlest Windows 32 bit dependencies for building with VC++: * MegaGlest Windows 32 bit dependencies for building with VC++:
http://sourceforge.net/projects/megaglest/files/windows_deps.7z/download https://github.com/MegaGlest/megaglest-source/releases/download/3.2.3/windows_deps.7z
OR OR
* MegaGlest Windows 32 bit dependencies for building with mingw: * MegaGlest Windows 32 bit dependencies for building with mingw:
http://sourceforge.net/projects/megaglest/files/win32_deps_mingw.7z/download https://github.com/MegaGlest/megaglest-source/releases/download/3.2.3/win32_deps_mingw.7z
These include: These include:
* Xerces-C * Xerces-C

View File

@@ -70,13 +70,16 @@ To build this archive open a terminal and from the mk/linux folder run:
This will produce megaglest-data-source-<VERSION>.tar.xz in the release subfolder This will produce megaglest-data-source-<VERSION>.tar.xz in the release subfolder
*NOTE: Currently this script only works for the trunk level release *NOTE: Currently this script only works for the trunk level release
Once these files have been built they should be ftp'd to the sourceforge Once these files have been built they should be published / uploaded to the binary
files repository and and announcement made to the community. The folder on file storage (currently GitHub) and an announcement made to the community. On GitHub,
sourceforge where these files belong would following this naming convention: files are uploaded as an attachment to tagged releases, search the GitHub blog for
"GitHub releases" for more information.
http://sourceforge.net/projects/megaglest/files/megaglest_<VERSION>/ https://github.com/aktau/github-release provides a handy CLI for file uploading to
this GitHub specific blob storage API.
#5 To produce a standalone gcc based binary and data archive you may run:
#5. To produce a standalone gcc based binary and data archive you may run:
./make-binary-archive.sh ./make-binary-archive.sh
./make-data-archive.sh ./make-data-archive.sh

View File

@@ -98,14 +98,21 @@ Windows:
All you should need to do on Windows is to double-click the downloaded file. All you should need to do on Windows is to double-click the downloaded file.
You may get to see a warning saying that this file you downloaded from the You may get to see a warning saying that this file you downloaded from the
Internet may be unsafe. However, if you downloaded this file from a trusted Internet may be unsafe. However, if you downloaded this file from a trusted
source, i.e. megaglest.org or *.mirror.sourceforge.net, it is generally safe source, i.e. megaglest.org (which currently forwards to GitHub, which then
to proceed. However, we can not make any guarantees. You are encouraged to forwards to Amazon AWS S3), it should be safe to proceed. However, we can not
scan the downloaded installer for viruses. make any guarantees. You are encouraged to scan the downloaded installer for
viruses.
Other platforms: Other platforms:
Please refer to the packagers' installation guides. Please refer to the packagers' installation guides.
All platforms:
We have lately started to cryptographically sign (OpenPGP) releases and also
provide checksums, so please use these to iverify the authenticity of the files
you have downloaded.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3. Configuration 3. Configuration

View File

@@ -22,8 +22,7 @@ goto processBuildStageA
:getDepFile :getDepFile
ECHO Retrieving windows dependency archive... ECHO Retrieving windows dependency archive...
rem call ..\..\data\glest_game\wget.exe -c -O ..\..\source\%depfile% http://master.dl.sourceforge.net/project/megaglest/%depfile% call .\wget.exe -c -O ..\..\source\%depfile% http://github.com/MegaGlest/megaglest-source/releases/download/3.2.3/%depfile%
call .\wget.exe -c -O ..\..\source\%depfile% http://download.sourceforge.net/project/megaglest/%depfile%
call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile% call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
goto processBuildStageA goto processBuildStageA

View File

@@ -29,8 +29,7 @@ goto processBuildStageA
:getDepFile :getDepFile
ECHO Retrieving windows dependency archive... ECHO Retrieving windows dependency archive...
rem call ..\..\data\glest_game\wget.exe -c -O ..\..\source\%depfile% http://master.dl.sourceforge.net/project/megaglest/%depfile% call .\wget.exe -c -O ..\..\source\%depfile% http://github.com/MegaGlest/megaglest-source/releases/download/3.2.3/%depfile%
call .\wget.exe -c -O ..\..\source\%depfile% http://download.sourceforge.net/project/megaglest/%depfile%
call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile% call .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
goto processBuildStageA goto processBuildStageA