From 07012575460d27ffa9def84b594f728607c4a70c Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 14 Apr 2020 23:32:47 +0200 Subject: add credit for the icon --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index cf0afed..a34b7ea 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ If everything went well, melonDS and the libraries it needs should now be in the * Martin for GBAtek, a good piece of documentation * Cydrak for the extra 3D GPU research + * limittox for the icon * All of you comrades who have been testing melonDS, reporting issues, suggesting shit, etc ## License -- cgit v1.2.3 From 57f33c208c5d02aba5cad74c539882e35b61e539 Mon Sep 17 00:00:00 2001 From: Éric Araujo Date: Mon, 11 May 2020 23:20:45 -0400 Subject: fix package name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a34b7ea..cae06fa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q * Install dependencies: ```sh -sudo apt-get install gtk+-3.0 libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev +sudo apt-get install libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev ``` * Compile: -- cgit v1.2.3 From d6d49a9f708aa7fbba0556e0caf779b940498f73 Mon Sep 17 00:00:00 2001 From: lucasjome <15149319+lucasjome@users.noreply.github.com> Date: Thu, 14 May 2020 01:51:39 -0300 Subject: Removing CodeBlocks reference from README.md Removing CodeBlocks reference from README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a34b7ea..c3d5fe8 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ make -j$(nproc --all) ### Windows: - * use CodeBlocks - -#### MSYS2 and CMake - 1. Install [MSYS2](https://www.msys2.org/) 2. Open the **MSYS2 MinGW 64-bit** terminal 3. Update the packages using `pacman -Syu` and reopen the terminal if it asks you to -- cgit v1.2.3