stratum-mining / stratumprotocol.org

Website for the Stratum V2 bitcoin mining protocol
https://stratumprotocol.org
MIT License
13 stars 20 forks source link

Add GCC to Prerequisites #225

Open darricksee opened 3 months ago

darricksee commented 3 months ago

While setting up an amazon linux ec2 instance I noticed that GCC needs to be installed to compile/run from code.

netlify[bot] commented 3 months ago

Deploy Preview for startling-capybara-2231ea ready!

Name Link
Latest commit 72ac55f07801499e9c47f223cd2f9d86c74abc0c
Latest deploy log https://app.netlify.com/sites/startling-capybara-2231ea/deploys/667c6da10f2c0c0008f4121a
Deploy Preview https://deploy-preview-225--startling-capybara-2231ea.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

GitGab19 commented 3 months ago

GCC is needed if you want to compile TP, in addiction to other Bitcoin core dependencies. But in the getting-started we reference the binaries, so I'm not completely sure about adding this to the guide. Or maybe I'm missing something (?)