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

Silice installs files back into the build directory #240

Closed
yurivict opened this issue Jan 8, 2023 · 3 comments
Closed

Silice installs files back into the build directory #240

yurivict opened this issue Jan 8, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@yurivict
Copy link

yurivict commented Jan 8, 2023

It installs these files:

/usr/ports/cad/silice/work/Silice-6a2beda/bin/silice
/usr/ports/cad/silice/work/Silice-6a2beda/lib/libantlr4-runtime.a
/usr/ports/cad/silice/work/Silice-6a2beda/lib/liblibsilice.a
/usr/ports/cad/silice/work/Silice-6a2beda/lib/liblua.a
/usr/ports/cad/silice/work/Silice-6a2beda/lib/libluabind.a
@sylefeb sylefeb self-assigned this Jan 8, 2023
@sylefeb sylefeb added the enhancement New feature or request label Jan 8, 2023
@sylefeb
Copy link
Owner

sylefeb commented Jan 8, 2023

Hi - thanks for bringing this up. I'll look into cleaning the libraries install in lib/ which should not be necessary. The install in bin was intentional to obtain a local install when checking out the repo, but I assume an install in the system dirs would be expected with possible customization of install paths from CMake?

@yurivict
Copy link
Author

yurivict commented Jan 8, 2023

It should be able to install into system folders.

Simple install(..) instructions should suffice for this.
The 'frameorks' folder should also be installed into /usr/local/share/silice/frameworks.

@sylefeb
Copy link
Owner

sylefeb commented Jan 21, 2024

Hi, I have finally revised the installation to follow standard paths (in draft branch). I will close this issue, but please refer to this one for the next steps as it deals with the same problem. Thanks!

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

No branches or pull requests

2 participants