diff --git a/README.md b/README.md index 2e37e0225..4c1fe8141 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > #TL;DR# > -> ```sudo apt-get update; sudo apt-get install build-essential curl libcurl4-gnutls-dev autotools-dev libtool autoconf libgmp3-dev libssl-dev libgmp3-dev; git clone https://github.com/jl777/SuperNET; cd SuperNET; ./m_onetime m_unix; cd iguana; ./m_unix; agents/iguana``` +> ```sudo apt-get update; sudo apt-get git install build-essential; git clone https://github.com/jl777/SuperNET; cd SuperNET; ./m_onetime m_unix;``` > > The above one line gets SuperNET installed, built and launched for unix. > @@ -10,6 +10,8 @@ > *Continue below at "Running".* **iguana is easy to build. Start by cloning (or downloading) this repository.** +*** all external dependencies have been removed, except for -lpthread and -lm + #DEPENDENCIES# ##for native (unix, osx)## diff --git a/agents/iguana b/agents/iguana deleted file mode 100755 index e6a1eaced..000000000 Binary files a/agents/iguana and /dev/null differ diff --git a/iguana/help/.tmpmarker b/iguana/help/.tmpmarker deleted file mode 100644 index e69de29bb..000000000