|
2 | 2 | FreeBASIC - A multi-platform BASIC Compiler |
3 | 3 | Copyright (C) 2004-2019 The FreeBASIC development team. |
4 | 4 |
|
5 | | - Official site: http://www.freebasic.net/ |
6 | | - Forum: http://www.freebasic.net/forum/ |
7 | | - Online manual: http://www.freebasic.net/wiki/DocToc |
8 | | - fbc project page: http://www.sourceforge.net/projects/fbc/ |
| 5 | + Official site: https://freebasic.net/ |
| 6 | + Forum: https://freebasic.net/forum/ |
| 7 | + Online manual: https://freebasic.net/wiki/DocToc |
| 8 | + fbc project page: https://sourceforge.net/projects/fbc/ |
9 | 9 | GitHub mirror: https://github.com/freebasic/fbc |
10 | 10 | IRC channel: ##freebasic at chat.freenode.net |
11 | | - Features: http://www.freebasic.net/wiki/CompilerFeatures |
12 | | - Requirements: http://www.freebasic.net/wiki/CompilerRequirements |
| 11 | + Features: https://freebasic.net/wiki/CompilerFeatures |
| 12 | + Requirements: https://freebasic.net/wiki/CompilerRequirements |
13 | 13 |
|
14 | 14 | FreeBASIC consists of fbc (the command line compiler), the runtime libraries |
15 | 15 | (libfb and libfbgfx), and FreeBASIC header files for third-party libraries. |
|
48 | 48 |
|
49 | 49 | Optionally, you can install a text editor or IDE which will invoke fbc.exe |
50 | 50 | for you, for example: |
51 | | - FBIDE: http://fbide.freebasic.net/ |
| 51 | + FBIDE: https://fbide.freebasic.net/ |
52 | 52 | FBEdit: http://radasm.cherrytree.at/fbedit/ |
53 | 53 |
|
54 | 54 | Linux (if FreeBASIC is not available through your package manager): |
|
80 | 80 |
|
81 | 81 | Optionally, you can install a text editor or IDE which will invoke fbc for |
82 | 82 | your, for example: |
83 | | - Geany: www.geany.org (sudo apt-get install geany) |
| 83 | + Geany: https://geany.org (sudo apt-get install geany) |
84 | 84 |
|
85 | 85 | DOS: |
86 | 86 | Download and extract the latest FreeBASIC-x.xx.x-dos.zip. |
|
128 | 128 | o Included/used third-party tools and libraries: |
129 | 129 |
|
130 | 130 | - DJGPP http://www.delorie.com/ |
131 | | - - GCC http://gcc.gnu.org/ |
132 | | - - GNU binutils http://www.gnu.org/software/binutils/ |
133 | | - - GNU debugger http://www.gnu.org/software/gdb/ |
134 | | - - GoRC http://www.godevtool.com/ |
135 | | - - LibFFI http://sourceware.org/libffi/ |
| 131 | + - GCC https://gcc.gnu.org/ |
| 132 | + - GNU binutils https://gnu.org/software/binutils/ |
| 133 | + - GNU debugger https://gnu.org/software/gdb/ |
| 134 | + - GoRC http://godevtool.com/ |
| 135 | + - LibFFI https://sourceware.org/libffi/ |
136 | 136 | - MinGW http://www.mingw.org/ |
137 | | - - MinGW-w64 http://mingw-w64.sourceforge.net/ |
138 | | - - OpenXDK http://openxdk.maturion.de/ |
| 137 | + - MinGW-w64 https://mingw-w64.org/ |
| 138 | + - OpenXDK http://openxdk.sourceforge.net/ |
139 | 139 | - TDM-GCC http://tdm-gcc.tdragon.net/ |
140 | 140 |
|
141 | 141 | o Credits |
|
254 | 254 | Author of the first FreeBASIC IDE: FBIDE. |
255 | 255 | - Everybody that helped writing the documentation (and in special Nexinarus |
256 | 256 | who started it) |
257 | | - http://www.freebasic.net/wiki/wikka.php?wakka=ContributorList |
| 257 | + https://freebasic.net/wiki/ContributorList |
258 | 258 | - All users that reported bugs, requested features and as such helped |
259 | 259 | improving the compiler, language and run-time libraries. |
0 commit comments