From 9f61849b69e3e0ec722a56faec7a125aad430916 Mon Sep 17 00:00:00 2001 From: Jon Stevens Date: Sun, 2 Jun 2019 11:24:06 +0700 Subject: [PATCH] fix - to not be special characters --- adlutil/Linux build instructions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adlutil/Linux build instructions.txt b/adlutil/Linux build instructions.txt index 70a15a7..ef1df63 100644 --- a/adlutil/Linux build instructions.txt +++ b/adlutil/Linux build instructions.txt @@ -1,10 +1,10 @@ makefile is for building in Linux environment. -Run “make” to create executable file adlutil -Run “make clean” to remove adlutil ( equivalent with “rm adlutil”) +Run “make” to create executable file adlutil +Run “make clean” to remove adlutil ( equivalent with “rm adlutil”) Without the makefile, the easiest way to build this is to run the following command: -gcc main.c –o adlutil –DLINUX –ldl –I ../include/ +gcc main.c -o adlutil -DLINUX -ldl -I ../include/ -ldl (all lower cases), -I (capital i)