Skip to content
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

OpenBSD build #5728

Closed
flipchan opened this issue Dec 31, 2018 · 10 comments
Closed

OpenBSD build #5728

flipchan opened this issue Dec 31, 2018 · 10 comments
Assignees

Comments

@flipchan
Copy link

How do you compile it on openbsd 6.4?
has anyone got this to compile on openbsd?

@flipchan
Copy link
Author

was able to get it running by:


pkg_add -iv cmake boost z3
git clone --recursive https://github.com/ethereum/solidity.git
cd solidity
mkdir build
cd build
cmake ..
make
make install

ln -s /<path>/solidity/build/solc/solc /usr/local/bin/solc

@flipchan
Copy link
Author

@axic
Copy link
Member

axic commented Jan 2, 2019

@flipchan would you be interested to open a PR adding it to the documentation?

@ChrisChinchilla
Copy link
Contributor

@flipchan And happy to help you through that PR, but it would be great if you could make a start with it :)

@flipchan
Copy link
Author

@ChrisChinchilla @axic

Pull request created: ethereum/homestead-guide#465

@ChrisChinchilla
Copy link
Contributor

OK, I'll review there @flipchan and then merge the same content into this repo, I'll need to test it all first too, just to double check everything works, though I'm sure it does :)

@ChrisChinchilla ChrisChinchilla self-assigned this Jan 16, 2019
@ChrisChinchilla
Copy link
Contributor

@flipchan cmake froze for me around 19%, did you experience this at all? This is a verbose screenshot. I am using a VM though, so who knows…

screen shot 2019-01-21 at 13 55 58

@axic
Copy link
Member

axic commented Jan 21, 2019

@flipchan thank you! However I think that repository is painfully outdated. I actually meant updating https://solidity.readthedocs.io/en/v0.5.2/installing-solidity.html which is the file here https://github.com/ethereum/solidity/blob/develop/docs/installing-solidity.rst

@flipchan
Copy link
Author

flipchan commented Feb 20, 2019

@ChrisChinchilla
sorry for the late reply, stuck at 12%?
are you running openbsd 6.4?

@flipchan
Copy link
Author

@ChrisChinchilla maybe its the vm that freeze? try running it in tmux and just leaving the vm to run for like an hour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants