I have NodeJS 0.8.12 installed in my Linux (Ubuntu 11.10 system, i heard there is node's module for accessing my project hosting with gitolite (node-gitteh 0.17.0). I have tried to install this module by :
npm install gitteh
But it gave me error message, and i tried to build libgit2 from source, then tried again
npm install gitteh
It still gave me an error, did anyone successfully do this..? Please share with me...
thank you very much, finally i could install node-gitteh on my nodejs and ubuntu 12.04. I forgot to install dependency package CMake
sudo apt-get install cmake