Skip to content

Commit 5b0934e

Browse files
committed
readme.txt - update out of date links
1 parent 87ecd23 commit 5b0934e

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

doc/fbc.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FBC 1 "2023-01-01" "FreeBASIC Compiler 1.10.0" "FreeBASIC Compiler"
1+
.TH FBC 1 "2023-05-13" "FreeBASIC Compiler 1.10.0" "FreeBASIC Compiler"
22
.SH NAME
33
fbc \- The FreeBASIC compiler
44
.SH DESCRIPTION
@@ -286,13 +286,13 @@ The full language specification and help is available in wiki format at
286286
.B
287287
https://www.freebasic.net/wiki/
288288
.SH COPYRIGHT
289-
Copyright \(co 2004\-2022 The FreeBASIC Development Team
289+
Copyright \(co 2004\-2023 The FreeBASIC Development Team
290290
.br
291291
This is free software. You may redistribute copies of it under the terms of
292292
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
293293
There is NO WARRANTY, to the extent permitted by law.
294294
.SH BUGS
295-
Any bugs should be reported on the Sourceforge.net tracker located at http://www.sourceforge.net/projects/fbc
295+
Any bugs should be reported on the Sourceforge.net tracker located at https://www.sourceforge.net/projects/fbc/
296296

297297
.SH AUTHOR
298298
This manpage written by Ebben Feagan ([email protected])

readme.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
fbc project page: https://sourceforge.net/projects/fbc/
99
GitHub mirror: https://github.com/freebasic/fbc
1010
Discord: https://discord.gg/286rSdK
11-
IRC channel: ##freebasic at chat.freenode.net
11+
IRC channel: ##freebasic at https://webchat.freenode.net
1212
Features: https://freebasic.net/wiki/CompilerFeatures
1313
Requirements: https://freebasic.net/wiki/CompilerRequirements
1414

1515
FreeBASIC consists of fbc (the command line compiler), the runtime libraries
1616
(libfb and libfbgfx), and FreeBASIC header files for third-party libraries.
1717
In order to produce executables, fbc uses the GNU binutils (assembler,
18-
linker). When compiling for architectures other than 32bit x86, fbc depends
18+
linker). When compiling for architectures other than 32bit, fbc depends
1919
on gcc to generate assembly.
2020

2121
Documentation of language features, compiler options and many other details
@@ -34,15 +34,15 @@
3434
such as makefiles. fbc itself is not a graphical code editor or IDE!
3535

3636
Win32 (similar for Win64):
37-
Separate 32-bit and 64-bit standalone packages:
38-
Download and extract latest:
39-
- FreeBASIC-x.xx.x-win32.zip or FreeBASIC-x.xx.x-win32.7z for 32-bit
40-
- FreeBASIC-x.xx.x-win64.zip or FreeBASIC-x.xx.x-win64.7z for 64-bit
4137
Combined 32-bit and 64-bit standalone packages:
4238
Download and extract latest:
4339
- FreeBASIC-x.xx.x-winlibs-gcc-9.3.0.7z or
4440
- FreeBASIC-x.xx.x-gcc-5.2.0.7z
4541
- fbc32.exe and fbc64.exe are used instead of fbc.exe
42+
Separate 32-bit and 64-bit standalone packages (based on winlibs-gcc-9.3.0):
43+
Download and extract latest:
44+
- FreeBASIC-x.xx.x-win32.zip or FreeBASIC-x.xx.x-win32.7z for 32-bit
45+
- FreeBASIC-x.xx.x-win64.zip or FreeBASIC-x.xx.x-win64.7z for 64-bit
4646

4747
Now you can use fbc.exe from the installation directory to compile FB
4848
programs (*.bas files) into executables (*.exe files). Open a command
@@ -66,9 +66,10 @@
6666

6767
Optionally, you can install a text editor or IDE which will invoke fbc.exe
6868
for you, for example:
69-
WinFBE https://github.com/PaulSquires/WinFBE
70-
FBIDE: https://fbide.freebasic.net/
71-
FBEdit: http://radasm.cherrytree.at/fbedit/
69+
WinFBE https://github.com/PaulSquires/WinFBE
70+
VisualFBEditor https://github.com/XusinboyBekchanov/VisualFBEditor/releases
71+
Or even though is older and unmaintained will work:
72+
FBIDE: https://fbide.freebasic.net/
7273

7374
Linux (if FreeBASIC is not available through your package manager):
7475
Download and extract the latest FreeBASIC-x.xx.x-linux.tar.gz. Open a
@@ -153,11 +154,11 @@
153154
- GNU debugger https://gnu.org/software/gdb/
154155
- GoRC http://godevtool.com/
155156
- LibFFI https://sourceware.org/libffi/
156-
- MinGW http://www.mingw.org/
157+
- MinGW https://osdn.net/projects/mingw/
157158
- MinGW-w64 https://mingw-w64.org/
158159
- OpenXDK http://openxdk.sourceforge.net/
159-
- TDM-GCC http://tdm-gcc.tdragon.net/
160-
- WinLibs https://winlibs.com/
160+
- TDM-GCC https://jmeubank.github.io/tdm-gcc/
161+
- WinLibs https://www.winlibs.com/
161162

162163
o Credits
163164

0 commit comments

Comments
 (0)