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

make: easier installation with git submodule #15

Merged
merged 2 commits into from
Dec 22, 2023
Merged

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Dec 21, 2023

Otherwise there's indirection - going to https://gitlab.com/jobol/mustach and follow installation instructions.

This is also more convenient for development since ctags (ctags -R .) will work for the submodule too.

@steve-chavez steve-chavez force-pushed the mustach-submodule branch 2 times, most recently from cf91235 to 1479cb4 Compare December 22, 2023 03:22
```
cd mustach
make && sudo make install
sudo ldconfig
Copy link
Member Author

@steve-chavez steve-chavez Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required on Pop!_OS 22.04 LTS, likely ubuntu/debian as well. But it wasn't required when building with Nix.

Maybe there's a way to avoid it...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: I got the ldconfig hint from laurenz/oracle_fdw#440 (comment)

@steve-chavez steve-chavez merged commit e44e518 into master Dec 22, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant