This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
ethminer
mirror of
https://github.com/lukechilds/ethminer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
11816
Commits
3
Branches
10
Tags
52 MiB
Tree:
acde849ce9
ethminer
/
libjsqrc
/
compilejs.sh
8 lines
85 B
Raw
Normal View
History
compiling ethereum.js is part of the cmake
10 years ago
#!/bin/bash
cd
ethereumjs
export
PATH
=
$PATH
:
$1
:
$2
npm install
npm run-script build