-
Notifications
You must be signed in to change notification settings - Fork 0
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
Installation instructions #14
Comments
After git cloning pools & entering the pools folder, run the following to install the project:
|
If you see the error:
crow is probably not connected If you see:
Umm... try again? If you see:
You don't have permissions to talk to crow's USB port. Fix that with this magic command: //
Then return to trying |
Speaks about the potential cause & solution for the junk characters on boot. They are caused by Ubuntu thinking that crow is a USB modem & thus sending |
@isaacpearl definitely look at the above crow issue #81. All you have to do is create that file in the rules.d folder, then reload the rules (or restart computer), and there are no more need to think about how to best handle these things for our end users, rather than having to make them run these commands manually by hand. |
Trying to install pools on 3 different computers & documentation of what was necessary to get running on each.
X1 Yoga
X1 Carbon
Elitebook
(all on ubuntu)
////
Changing communications permissions should not be first. I don't think it's necesasry on mac at all, and might not be for some users.
Reference for structuring a toolchain setup / getting started / installation:
https://github.com/monome/crow/blob/master/readme-development.md
Prerequisites:
node/npm. get from nodejs.org. download the 'LTS' version. 10.16.3 as of this writing. do it via command line, see here: https://nodejs.org/en/download/package-manager/
Check it's installed with:
node -v
->v12.8.1
npm -v->
6.10.2`Get & build the project:
git clone https://github.com/isaacpearl/pools
cd pools
cd main && npm install
cd ../renderer && npm install
Run (in debug mode):
In 2 separate terminals, from the
pools
root directory:and
This gives independent debug info for each process.
The text was updated successfully, but these errors were encountered: