Skip to content

Commit 29ee235

Browse files
authored
Merge pull request #74 from GalaxySnail/w64devkit-rm-cppcheck-nasm
w64devkit has removed cppcheck and nasm since 2.0.0
2 parents bed2151 + a357f34 commit 29ee235

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

web/downloads.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,11 @@ much easier to set up than building from source.
207207
<td>15.1.0/13.0.0</td>
208208
<td>C, C++, Fortran</td>
209209
<td>
210-
8
210+
6
211211
(busybox,
212-
cppcheck,
213212
ctags,
214213
gdb,
215214
make,
216-
nasm,
217215
pkg-config,
218216
vim)
219217
</td>
@@ -329,20 +327,16 @@ Included tools:
329327
* [busybox-w32][bb] : standard unix utilities, including sh
330328
* [Vim][vim] : powerful text editor
331329
* [Universal Ctags][ctags] : source navigation
332-
* [NASM][nasm] : x86 assembler
333-
* [Cppcheck][cppcheck] : static code analysis
334330

335331
The toolchain includes pthreads, C++11 threads, and OpenMP. All included
336332
runtime components are static.
337333

338334
Installation: [GitHub](https://github.com/skeeto/w64devkit/releases)
339335

340336
[bb]: https://frippery.org/busybox/
341-
[cppcheck]: https://cppcheck.sourceforge.io/
342337
[ctags]: https://github.com/universal-ctags/ctags
343338
[gdb]: https://www.gnu.org/software/gdb/
344339
[make]: https://www.gnu.org/software/make/
345-
[nasm]: https://www.nasm.us/
346340
[vim]: https://www.vim.org/
347341
[w64devkit]: https://github.com/skeeto/w64devkit
348342

0 commit comments

Comments
 (0)