Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-31 12:13:20 +0300
committerGitHub <noreply@github.com>2021-05-31 12:13:20 +0300
commit2b39ec669082566aae043a04ed8f14d78824d3b9 (patch)
tree3670758391827df705d2bebdef0aecdbfb31b88b
parent24b79527ae10a1870c338226514b37b5cb5e50a1 (diff)
Update README.mdv3.6
Build instructions
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36bd161..1b003ea 100644
--- a/README.md
+++ b/README.md
@@ -400,6 +400,22 @@ Other 'special' parameters can be used, here's a list of all the possible parame
INESTIM - Specifies CPU/PPU timing
0: RP2C02 ("NTSC NES"), 1: RP2C07 ("Licensed PAL NES"), 2: Multiple-region, 3: UMC 6527P ("Dendy")
+
+## How to build
+
+### Linux
+* Just run `make all` from `sources` directory
+
+### Windows
+* Install [MSYS2](https://www.msys2.org/)
+* Install *base-devel*, *gcc*, *git* and *libargp-devel* packages using command: `pacman -S base-devel gcc git libargp-devel`
+* Run `make all` from `sources` directory
+
+### MacOS
+* Install *argp-standalone* package using command: `brew install argp-standalone`
+* Run `make all` from `sources` directory
+
+
## Contacts
https://clusterrr.com