Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install build tools in dr #1

Closed
alex5imon opened this issue Apr 17, 2014 · 4 comments
Closed

Install build tools in dr #1

alex5imon opened this issue Apr 17, 2014 · 4 comments
Assignees

Comments

@alex5imon
Copy link

We need to install
sudo apt-get install npm
sudo apt-get install python g++ make
sudo apt-get install nodejs
and run npm install

and add kano-draw package to the repo

@pazdera
Copy link
Contributor

pazdera commented Apr 17, 2014

Do you need to add any extra apt sources in order to be able to install npm an nodejs?

@alex5imon
Copy link
Author

I don't think so

@alex5imon
Copy link
Author

Ok, actually you need to do it for Debian Wheezy (not Ubuntu)

apt-get install python g++ make checkinstall
mkdir ~/node_js_src && cd $_
wget -N http://nodejs.org/dist/node-latest.tar.gz
tar xzvf node-latest.tar.gz && cd node-v*
./configure
checkinstall
dpkg -i node_*

@pazdera
Copy link
Contributor

pazdera commented Apr 17, 2014

@alex5imon Oh, ok ... In that case, we need to put the packages that are built by the script to our repo, so the package can depend on them.

brandonjackson added a commit that referenced this issue Aug 21, 2015
paulvarache pushed a commit that referenced this issue Sep 5, 2016
paulvarache pushed a commit that referenced this issue May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants