Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroinekotfs committed Oct 25, 2024
1 parent 03e995c commit 6542211
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
```text
This directory contains various GNU tools for Windows, including
binutils, busybox, cppcheck, ctags, expat, gcc/g++, gdb, libiconv,
make, mingw-64, mpc, mpfr, nasm, PDCurses, vim.
Each directory (except the one started with dot(.) - these folders
are the main and admin folders) contains tools, with their COPYRIGHT,
assigned to various developers. Except in maintenance, this folder
must be reserved for building the binaries.
See https://github.com/tfslabs/gnu-windows/issues for reporting
issues. Note please describe your issue in as much detail as possible.
Expand Down Expand Up @@ -53,7 +44,17 @@ Once it's done, you'll see your GNU application is building in folder `.gnu-wind
Make sure you've installed all of these packages before building GNU Windows

```bash
autotools-dev binutils binutils-x86-64-linux-gnu cmake-data cpp cpp-12 fakeroot fontconfig-config fonts-dejavu-core g++-12 gcc-12 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libaom3 libarchive13 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl4 libde265-0 libdeflate0 libdpkg-perl libexpat1 libfakeroot libfile-fcntllock-perl libfl2 libfontconfig1 libfreetype6 libgcc-12-dev libgd3 libgmpxx4ldbl libgomp1 libheif1 libitm1 libjbig0 libjsoncpp25 liblsan0 libnghttp2-14 libnsl-dev libnsl2 libnuma1 libpng16-16 libpsl5 libquadmath0 librhash0 librtmp1 libssh2-1 libstdc++-12-dev libtirpc-dev libtsan2 libubsan1 libuv1 libwebp7 libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libyuv0 linux-libc-dev manpages-dev patch publicsuffix rpcsvc-proto unzip autoconf automake bison build-essential cmake curl dpkg-dev flex g++ gcc libfl-dev libgmp-dev libmpc-dev libmpfr-dev m4 make wget zip texinfo pkg-config python3 python3-pip python3-venv file
autotools-dev binutils binutils-x86-64-linux-gnu cmake-data cpp cpp-12 fakeroot fontconfig-config \
fonts-dejavu-core g++-12 gcc-12 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl \
libaom3 libarchive13 libasan8 libatomic1 libbinutils libbrotli1 libc-dev-bin libc-devtools libc6-dev \
libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl4 libde265-0 libdeflate0 libdpkg-perl libexpat1 \
libfakeroot libfile-fcntllock-perl libfl2 libfontconfig1 libfreetype6 libgcc-12-dev libgd3 libgmpxx4ldbl \
libgomp1 libheif1 libitm1 libjbig0 libjsoncpp25 liblsan0 libnghttp2-14 libnsl-dev libnsl2 libnuma1 \
libpng16-16 libpsl5 libquadmath0 librhash0 librtmp1 libssh2-1 libstdc++-12-dev libtirpc-dev libtsan2 \
libubsan1 libuv1 libwebp7 libx11-6 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 \
libyuv0 linux-libc-dev manpages-dev patch publicsuffix rpcsvc-proto unzip autoconf automake bison \
build-essential cmake curl dpkg-dev flex g++ gcc libfl-dev libgmp-dev libmpc-dev libmpfr-dev m4 make \
wget zip texinfo pkg-config python3 python3-pip python3-venv file
```

Run the `<your path>/.gnu-windows/build.sh` directly, without changing the current console directory. Don't forget to use `chmod` command.
Expand Down

0 comments on commit 6542211

Please sign in to comment.