From 2b17fac46d4621811bf881bc2333a34c19714eb2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 15 Oct 2018 01:27:29 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 82d3a08..18d0b22 100644 --- a/Windows.md +++ b/Windows.md @@ -64,7 +64,7 @@ In the Ubuntu: 1. Set up (add a new user) 2. `sudo apt update` 3. `sudo apt upgrade` -4. `sudo apt install gcc-mingw-w64-x86-64` +4. `sudo apt install mingw-w64` 5. Install Linux 'Go' downloaded from https://golang.org (Linux version is required. The download directory is typically `/mnt/c/Users/(yourname)/Downloads`) If you use go modules, that's done! Ebiten will be downloaded automatically if your lib depends on Ebiten. For example: