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

Prerequisites needs more info #112

Closed
joyride9999 opened this issue Mar 10, 2020 · 7 comments · Fixed by #124
Closed

Prerequisites needs more info #112

joyride9999 opened this issue Mar 10, 2020 · 7 comments · Fixed by #124
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@joyride9999
Copy link

Would be nice if in prerequisites is enumerated everything that is needed for building to eliminate wait time for rebuilding in case something went wrong or is not installed.
E.g. :

@TomSie
Copy link
Collaborator

TomSie commented Mar 10, 2020

Afaik, in order to build FLUFFI on windows we need

  • git
  • Build tools for Visual Studio 2017 or Visual Studio 2017
  • cmake
  • perl (e.g. Strawberry Perl for Windows)
  • cygwin64 with make, gcc-i68, and gcc installed
  • go (never than 1.12) with https://github.com/go-sql-driver/mysql driver

Furthermore, to deploy to FLUFFI FTP, one also needs

  • 7zip
  • Winscp

@p0wer0xff
Copy link
Collaborator

I'm currently going through the step by step startup instructions and will refactor them as I go.

You can get the WIP on the refactoring branch - I just included these dependencies there.

@joyride9999
Copy link
Author

On ubuntu needs also:
sudo apt-get install flex bison

@p0wer0xff
Copy link
Collaborator

I noticed the qemu build trying to call these components, but they are not installed in our build environment and qemu compiles just fine nonetheless. Could you check if having them installed has any adverse effects? Like for example drastically increased build times or errors applying the qemu fluffi patch...

@joyride9999
Copy link
Author

Also on ubuntu needs to install also smbclient.

Regarding flex and bison, for sure it will take longer ... though if they are not used maybe there is a way not to call at all those components

@p0wer0xff
Copy link
Collaborator

please use a separate issue for other missing dependencies. where did you see smbclient missing?

@p0wer0xff p0wer0xff linked a pull request Apr 2, 2020 that will close this issue
@p0wer0xff p0wer0xff added the documentation Improvements or additions to documentation label Apr 2, 2020
@joyride9999
Copy link
Author

joyride9999 commented Apr 2, 2020

In usage section, there is :
"smbclient '//smb.fluffi/install' -c 'cd initial; get MAC2Host.csv; get initialConfiguration.sh' -U"

At least on ubuntu18.04 desktop, this is not installed by default ... anyway because of the ip changing, and dns resolving stuff by the time i arrived to this part the machine had no internet so had to remake it again with inet :)

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

Successfully merging a pull request may close this issue.

3 participants