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

generate, build and install are no longer valid manage.py options #508

Closed
TamaMcGlinn opened this issue May 28, 2021 · 1 comment
Closed

Comments

@TamaMcGlinn
Copy link

user_manual/building.rst still claims that you should run python manage.py generate (and build, and install), but manage.py rejects those as invalid options.

@pmderodat
Copy link
Member

Hello,

I believe the manual you are referring to is Libadalang’s (https://github.com/AdaCore/libadalang/blob/master/user_manual/building.rst). It gives instructions to build Libadalang itself, using Libadalang’s own manage.py script (https://github.com/AdaCore/libadalang/blob/master/manage.py). Langkit’s script (https://github.com/AdaCore/langkit/blob/master/manage.py) indeed does not handle the generate option: if your goal is just to install Langkit’s runtime library (to build Libadalang, for instance), you should use the procedure described here: https://github.com/AdaCore/langkit/#build (also referenced in the Libadalang manual, under the “Setup” section).

Please let us know if you have other issues.

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