From b7ad7f180cdba186dd76b5a14b6e19eb5178f308 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 1 Oct 2016 00:01:32 +0800 Subject: [PATCH] update docs/COMPILE-NIX.md --- docs/COMPILE-NIX.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/COMPILE-NIX.md b/docs/COMPILE-NIX.md index d924c336..6853908d 100644 --- a/docs/COMPILE-NIX.md +++ b/docs/COMPILE-NIX.md @@ -34,7 +34,8 @@ Out of 6 archtitectures supported by Unicorn (Arm, Arm64, M68K, Mips, Sparc, & X86), if you just need several selected archs, choose which ones you want to compile in by editing "config.mk" before going to next steps. -By default, all 6 architectures are compiled. +By default, all 6 architectures are compiled. If this is what you want, skip +to the section 2. The other way of customize Unicorn without having to edit config.mk is to pass the desired options on the commandline to ./make.sh. Currently,