Skip to content

Commit 66cd17d

Browse files
committed
doc: wiki snapshot
1 parent f197b1f commit 66cd17d

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

doc/manual/cache/DevMakingReleases.wakka

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This script downloads & extracts ""DJGPP/MinGW.org/MinGW-w64"" toolchains, FB pa
110110

111111
Usage:
112112
%%cd contrib/release
113-
./build.sh <target> [<fbc-commit>]%%
113+
./build.sh <target> <fbc-commit>%%
114114

115115
##<target>## can be one of:
116116
- ##dos##: DOS build: must run on ""Win32"". Uses ""Win32 MSYS"", but switches to DJGPP for building FB.
@@ -168,25 +168,26 @@ Some of the ideas behind this script:
168168
- Update the wiki snapshot in the fbc sources
169169
- Regenerate PrintToc and CompilerErrMsg
170170
- If needed, update wiki samples in examples/manual/
171+
- Build documentation packages (CHM on Windows, rest can be done on Linux)
171172

172173
- Check whether toolchains used in the ##contrib/release/build.sh## script need updating
173174

174175
- Have target systems ready (installations of Linux and Windows, 32bit and 64bit -- virtual machines are useful for this)
175176
- For each system, update fbc sources (to have the latest version of the release script)
176177
- On win32:
177178
%%cd contrib/release
178-
./build.sh win32
179-
./build.sh win32-mingworg
180-
./build.sh dos%%
179+
./build.sh win32 <commitid>
180+
./build.sh win32-mingworg <commitid>
181+
./build.sh dos <commitid>%%
181182
- On win64:
182183
%%cd contrib/release
183-
./build.sh win64%%
184+
./build.sh win64 <commitid>%%
184185
- On linux-x86:
185186
%%cd contrib/release
186-
./build.sh linux-x86%%
187+
./build.sh linux-x86 <commitid>%%
187188
- On linux-x86_64:
188189
%%cd contrib/release
189-
./build.sh linux-x86_64%%
190+
./build.sh linux-x86_64 <commitid>%%
190191
- Collect all the archives and manifests from the ##contrib/release/input## and ##contrib/release/output## directories
191192

192193
- Review the manifests to check for missing files etc.

doc/manual/cache/ExtLibal.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Website: http://www.openal.org
55
Platforms supported: ""Win32"", Linux
66
Headers to include: AL/al.bi, AL/alut.bi
7-
Header version: ""OpenAL"" 1.13, ALUT 1.1.0
7+
Header version: openal-soft-1.16.0, freealut 1.1.0
88
Examples: in examples/sound/OpenAL/
99

1010
{{fbdoc item="back" value="ExtLibTOC|External Library Table of Contents"}}

doc/manual/cache/ExtLibaspell.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Free and Open Source spell checker.
44
Website: http://aspell.net/
55
Platforms supported: ""Win32"", Linux
66
Headers to include: aspell.bi
7-
Header version: 0.50
7+
Header version: 0.60.6.1
88

99
{{fbdoc item="ex"}}
1010
{{fbdoc item="filename" value="examples/manual/libraries/aspell.bas"}}%%(freebasic)

doc/manual/cache/ExtLibbfd.wakka

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Provides an API to read and write object files in many different object file for
44
Website: http://sourceware.org/binutils/
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: bfd.bi
7-
Header version: 2.16, 2.17, 2.18
7+
Header version: binutils versions from 2.16 to 2.25
88

9-
Define ##""__BFD_VER__""## to 216, 217, or 218 to include the bfd header for binutils 2.16, 2.17, 2.18 respectively.
9+
Define ##""__BFD_VER__""## to 216, 217, 218, ..., 225 to include the bfd header for the corresponding binutils version.
1010

1111
{{fbdoc item="ex"}}
1212
%%(freebasic)#define __BFD_VER__ 217

doc/manual/cache/ExtLibcaca.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A colour ASCII art library.
44
Website: http://libcaca.zoy.org/
55
Platforms supported: ""Win32"", Linux, DOS
66
Headers to include: caca.bi (new API) or caca0.bi (old API)
7-
Header version: 0.99.beta18
7+
Header version: libcaca-0.99.beta19
88
Example Usage: yes, in examples/console/caca/
99

1010

doc/manual/cache/ExtLibcgui.wakka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Library for making GUIs in a simple way.
44
Website: http://cgui.sourceforge.net/index.html, http://www.allegro.cc/resource/Libraries/GUI/CGUI
55
Platforms supported: ""Win32"", Linux
66
Headers to include: cgui.bi
7-
Header version: 2.0.3
7+
Header version: 2.0.4
88
Example Usage: yes, in examples/GUI/CGUI/
99

1010

0 commit comments

Comments
 (0)