From 866d5217eab7b50966adef53c0aaef5c94b38376 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 11 Mar 2018 22:40:58 +0100 Subject: [PATCH] update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a2a803..a5af500 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ The following options are available only in OpenBSD: |--------------|-------------|--------------------------------------------------------------------| | -l | --ramused | The used ram in MB | + --- ## GNU Build System (configure) options @@ -455,7 +456,7 @@ Execute the program without supplying any command line options and it will parse * perl * **as** from binutils -Some llvm and gcc versions will not check for headers and libraries in /usr/local, if that's the case for you, you should export the following environment variables: +Some llvm and gcc versions will not check for headers and libraries in /usr/local, and you might get something like **ld cannot find -largp**, if that's the case for you, you should export the following environment variables: ```bash export LDFLAGS='-L/usr/local/lib' @@ -845,4 +846,8 @@ pinkybar_LDADD = pinky2.a ## Assembly -The source code that you should edit is in **extra/scripts/pinky.s** +The source code that you should edit is in **extra/scripts/pinky.s**, but you'll have to edit **src/Makefail.skel** add append the following to pinkybar_SOURCES: + +```bash +../extra/scripts/pinky.s \ +``` -- 2.11.0