Skip to content

Instantly share code, notes, and snippets.

@tlevine
Created September 13, 2012 19:31
Show Gist options
  • Save tlevine/3716971 to your computer and use it in GitHub Desktop.
Save tlevine/3716971 to your computer and use it in GitHub Desktop.
Stuff I installed for make install
tlevine@desk:~/Documents/realtimestream/simplehttp/simplehttp$ sudo ma
0. (Dunno what to put here; I already had most of the dependencies)│ke install
1. `sudo pip2 install numpy "pysimplehttp>=0.2.1" host_pool` │/usr/bin/install -d /usr/local/lib/
2. `sudo pip2 install ujson` │/usr/bin/install -d /usr/local/include/simplehttp/
* Note: If you get an error installing ujson, don't sweat it. No│/usr/bin/install libsimplehttp.a /usr/local/lib/
thing depends on it, but it is a really great and fast alternative to│/usr/bin/install simplehttp.h /usr/local/include/simplehttp/
json/simplejson. │/usr/bin/install simplehttp.h /usr/local/include/simplehttp/
4. `git submodule init` │/usr/bin/install queue.h /usr/local/include/simplehttp/
4. `git submodule update` │/usr/bin/install uthash.h /usr/local/include/simplehttp/
5. `cd simplehttp/simplehttp` │/usr/bin/install utlist.h /usr/local/include/simplehttp/
│/usr/bin/install utstring.h /usr/local/include/simplehttp/
I'd prefer if the following steps were a package built with makepkg. │/usr/bin/install utarray.h /usr/local/include/simplehttp/
│/usr/bin/install options.h /usr/local/include/simplehttp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment