From 9ab0d37f6ce15d8f20355a4e1cb2108b25ca986a Mon Sep 17 00:00:00 2001 From: achmizs Date: Wed, 30 Dec 2015 17:36:05 -0500 Subject: [PATCH] Update README_libircclient --- README_libircclient | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README_libircclient b/README_libircclient index 7d0299d..d9ace6f 100644 --- a/README_libircclient +++ b/README_libircclient @@ -9,10 +9,4 @@ Before you can add IRCClient to your project, you must build libircclient and ad 3. Place the library (libircclient.a) and the headers (libircclient.h, libirc_errors.h, libirc_events.h, libirc_options.h, and libirc_rfcnumeric.h) into the libircclient folder you created -4. Open IRCClient.xcodeproj in Xcode and use “File -> Add Files…” to add the libircclient folder to the project - -5. Configure the build phases for the IRCClient framework target by adding libircclient.a to the “Link Binary With Libraries” build phase - -6. Close the project - -Now you can proceed with step 1 of the instructions in the main README file. \ No newline at end of file +Now you can proceed with step 1 of the instructions in the main README file.