-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build with meson/ninja #71
Conversation
Hi, I could not build on OSX, neither with ninja, nor Xcode. I am not used to meson, so here is the relevant error of
The web site of the project is https://github.com/jlaurens/synctex, better than texlive |
An old meson was hiding the most recent one. Things are OK now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In order to test if the build is correct, I run
./debug/synctex edit -o 1:100:100:../../synctex/synctex\ test\ files/1/edit\ query/1.pdf
from the build directory, the expected output contains
SyncTeX result begin
Output:../../synctex/synctex test files/1/edit query/1.pdf
Input:./1.tex
Line:23
Column:-1
Offset:0
Context:
SyncTeX result end
Maybe this kind of information is relevant...
BTW, I am on OSX
Thank you for all the comments, I hope they are now addressed |
* meson build file * setup instructions
I have prepared some build scripts for meson/ninja,
README.md
is updated with information how to build with meson.This also automates the creation of Xcode projects, that I also described, but did not test.