mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
Auxiliary files have moved to GitHib
This commit is contained in:
Submodule data/glest_game updated: 7e77df7822...38a8f392a4
@@ -32,10 +32,10 @@ OR
|
||||
folder
|
||||
|
||||
* 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
|
||||
* 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:
|
||||
* Xerces-C
|
||||
|
@@ -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
|
||||
*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
|
||||
files repository and and announcement made to the community. The folder on
|
||||
sourceforge where these files belong would following this naming convention:
|
||||
Once these files have been built they should be published / uploaded to the binary
|
||||
file storage (currently GitHub) and an announcement made to the community. On GitHub,
|
||||
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-data-archive.sh
|
||||
|
||||
|
@@ -98,14 +98,21 @@ Windows:
|
||||
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
|
||||
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
|
||||
to proceed. However, we can not make any guarantees. You are encouraged to
|
||||
scan the downloaded installer for viruses.
|
||||
source, i.e. megaglest.org (which currently forwards to GitHub, which then
|
||||
forwards to Amazon AWS S3), it should be safe to proceed. However, we can not
|
||||
make any guarantees. You are encouraged to scan the downloaded installer for
|
||||
viruses.
|
||||
|
||||
Other platforms:
|
||||
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
|
||||
|
@@ -22,8 +22,7 @@ goto processBuildStageA
|
||||
|
||||
:getDepFile
|
||||
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://download.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 .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
|
||||
goto processBuildStageA
|
||||
|
||||
|
@@ -29,8 +29,7 @@ goto processBuildStageA
|
||||
|
||||
:getDepFile
|
||||
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://download.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 .\7z.exe x -r -o..\..\source\ ..\..\source\%depfile%
|
||||
goto processBuildStageA
|
||||
|
||||
|
Reference in New Issue
Block a user