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

Update BSD section in install guide #213

Open
LAN-eD opened this issue Feb 14, 2024 · 2 comments
Open

Update BSD section in install guide #213

LAN-eD opened this issue Feb 14, 2024 · 2 comments

Comments

@LAN-eD
Copy link

LAN-eD commented Feb 14, 2024

Good day!

I installed tintin on openbsd, and due to my insufficient experience it took me a while.
The current BSD section of the install guide is very concise, but would it perhaps be possible to add to it?
These are the steps I took to install tintin on Openbsd 7.4:

All very boring, but the next part is why I believe adding this to the website guide may be worthwhile:

  • pcre-config --cflags
  • pcre-config --libs-cpp

Take the -I and the -L flag and replace them with the output of cflags and libs-cpp respectively.

  • ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
  • make CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
  • make install

Thank you for your consideration!

@scandum
Copy link
Owner

scandum commented Feb 14, 2024

Thanks, tintin is generally not compiled with cpp though, so shouldn't it be as following?

pcre-config --cflags
pcre-config --libs

./configure CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
make CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
make install

@LAN-eD
Copy link
Author

LAN-eD commented Feb 14, 2024 via email

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