-
Notifications
You must be signed in to change notification settings - Fork 645
Document in the README instructions for backend setup that cmake
is also required
#667
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
Comments
cmake
is also requiredcmake
is also required
"On fedora, to get setup, I had to install postgres-devel as well as postgres, openssl-devel, cmake, and jump through a few hoops with fedora. In the end it all worked. |
In the README, there's stuff about OpenSSL when you're running |
Make it clearer why there's a need (or the lack thereof) to make a |
After I got back to my dorm I started installing all of the software I needed on my home computer. I went ahead and made a note about all of the steps I had to go through on Fedora 25; hopefully they can come in use. Frontend Installation
Backend Installation
Running tests (for the backend)
Hosting crates locally
These are all of the things I explicitly noted during the installation. I now have a working backend and frontend on my home computer that is using my local database for the crates. Just like the initial setup required for the bug-squashing event. |
OMG this is amazing @baileyn!!!!! You've just saved me a LOT of work, and it's going to make the setup instructions so much better ❤️ ❤️ ❤️ I'm going to work on incorporating all of this in the next few days!!! |
@carols10cents I'm glad I could help! If there's anything I can do to help out more with this just let me know. In the mean time, I'm going to continue reading and try to find an issue I can tackle. |
Hey @baileyn! I finally have a pull request up to make the instructions better: #687 I decided to try and keep it mostly platform-agnostic, so I left out some of the fedora-specific instructions for problems we ran into at WVU, but I did put in some links. I just tried following the instructions on an Ubuntu VM and I got everything working-- if you have a chance, could you try starting from scratch on fedora and following the instructions here to see if they're better or if there are still holes?
I think we actually screwed up at WVU with this :( If I remember correctly, I think we were hitting the "must have I have another pull request in that changes Again, I'm so grateful for your feedback from before, if you don't have time to run through all of this again, no worries!!! You've already helped out a ton :) |
I absolutely will! I am about to go to work, but I'll definitely go through the new steps. |
At least on OSX. (and it can be installed from homebrew there).
I don't think I ever ran into this because I had cmake installed for something else. Travis definitely apt-gets it though.
The text was updated successfully, but these errors were encountered: