File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ For building gcc libgmp, libmpfr and libmpc are required - these are built as
2424static libraries to make packaging simpler. If you're building the tools for
2525personal use then the versions packaged by your chosen distro should suffice.
2626
27- http ://gmplib.org/
28- http ://www.mpfr.org/
29- http ://www.multiprecision.org/
27+ https ://gmplib.org/
28+ https ://www.mpfr.org/
29+ https ://www.multiprecision.org/
3030
3131sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev
3232
3333Some of the tools for devkitARM and devkitPPC also require FreeImage, zlib,
3434expat, and libusb. Again these are built as static libraries for ease of
3535packaging but you can probably use the versions supplied by your distro.
3636
37- http ://freeimage.sourceforge.net/
38- http ://www.zlib.net
39- http ://www.libusb.org
40- http ://expat.sourceforge.net/
37+ https ://freeimage.sourceforge.net/
38+ https ://www.zlib.net
39+ https ://www.libusb.org
40+ https ://expat.sourceforge.net/
4141
4242sudo apt-get install libfreeimage-dev zlib1g-dev libusb-dev libudev-dev libexpat1-dev
4343
You can’t perform that action at this time.
0 commit comments