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

How to build for linux? #97

Open
luntik2012 opened this issue Mar 14, 2024 · 1 comment
Open

How to build for linux? #97

luntik2012 opened this issue Mar 14, 2024 · 1 comment

Comments

@luntik2012
Copy link

Hi,
Is it possible to build mightier_amp for linux without using microsoft visual studio code?

It seems cmake && make from linux dir will not work

@aryoda
Copy link

aryoda commented Sep 14, 2024

I could at least start cmake by

  1. creating a new sub folder in the project's root folder to put the build artefacts into:
    mkdir linux_build
  2. cd linux_build
  3. cmake ../linux

Stil the build fails with

CMake Error at flutter/CMakeLists.txt:7 (include):
  include could not find requested file:

    /home/<user>/dev/mightier_amp/linux/flutter/ephemeral/generated_config.cmake

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

No branches or pull requests

2 participants