-
Notifications
You must be signed in to change notification settings - Fork 14
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
No documentation on how to install from source/git #38
Comments
I tried
i do have SWIG installed:
|
The pysimavr/swig/simavr/simavr/sim should contain the core simavr source. They are linked as a git submodule. Maybe they are missing from your source tree for some reason? It is true there is very little dev documentation. Please also check:
|
Yes indeed it was the missing I'm not closing this ticket yet because the documentation still needs updating. |
Also, I've just now found out that SWIG-generated files like e.g. What is the exact command line to re-generate the SWIG output? I'm asking because I'd like to upgrade the underlying |
OK I figured out the way to do it is by running |
Hi, I got some errors trying
|
Hi, |
@Premik I didn't manage to run Vagrant with that Vagrantfile. I'm using Arch Linux, I am able to install pysimavr using pip, but that isn't what I want...
|
Vagrant woudl give you a working dev environment instantly. And could help troubleshooting any problems on your real box. I'm an Arch user myself too and got no issues with running that Vagrantfile at all. What error are you getting?
You actually don't need to On my system I'm using swig Are you trying to simply use pysimavr for your project or are you trying to get dev environment so you can do improvements in the pysimavr itself? |
Hi, nice to hear that, here i'm using
I'll try to update my virtualbox... and my system. |
Yeah, apparently a working vbox (or other vm backend) is a prerequisity to Vagrant...
|
Great tip, the virtualbox modules wasn't loaded. After a general aur update (and system reboot), the modules was successfully loaded and then finally it runs I'm totally new to vagrant. Now I should git clone and try there via ssh? |
Good stuff. |
Ok, I done the following: And got the following:
|
So Vagrant ruled any environment/library issues out. The only thing left is the source tree. I've tried doing everying fresh now:
Inside vm:
Couple of warnings but it finished |
The
README.md
file shows the commandpip install pysimavr
for installation, but that command downloads apysimavr
release instead of installing thegit clone
'd source.Please update the documentation with build/installation instructions when starting from a freshly cloned git repo.
The text was updated successfully, but these errors were encountered: