-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
Do you need to add any extra apt sources in order to be able to install npm an nodejs? |
I don't think so |
Ok, actually you need to do it for Debian Wheezy (not Ubuntu)
|
Closed
@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. |
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
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
The text was updated successfully, but these errors were encountered: