Skip to content

Instantly share code, notes, and snippets.

View kishanio's full-sized avatar
🐈
C for Cat.

Kishan Thobhani kishanio

🐈
C for Cat.
  • Indie Solo Dev.
  • Tropical West Coast of India (Mostly)
View GitHub Profile
@tacitphoenix
tacitphoenix / Mac Bottle Quickstart
Created September 29, 2011 01:47
Quick, Fun and Painless way to setup Bottle on a Mac. Enjoy the minimalistic Python Micro Framework goodness!
Bottle -> The minimalistic Python Mirco Framework
Prequisites:
1) Python 2.7 (This comes with the mac)
2) pip - python package manager (replacement for easy_install) think gems for Ruby
3) virtualenv - manage dependencies created by having multiple projects think rvm for Ruby
4) Bottle Module
Setup
- python -V (check python version should be 2.7.x)
@morgant
morgant / gist:1753095
Created February 6, 2012 16:25
Building GnuTLS on Mac OS X

Preparing the Build Environment

cd ~/Desktop
mkdir wget-build
cd wget-build

Building & Installing GMP 5.0.2