-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue installing on Ubuntu 22.04 (Pop Os) #63
Comments
I just updated the main branch to not depend on I am working on simplifying the build by reducing the number of dependencies, after that it should be possible to provide clearer instructions. I don't have much time so this will take a few months. |
Omg no worries |
This is what I get after I run it with the new update:
on to the next step |
this is the error I get when I then try to run:
|
The log of the previous message seems fine. The binary For texpresso-tonic however I have no idea what is going on. Can you try the same command again and share the whole log? |
|
Hmm, it is strange that cargo picks a version of libpng in |
ok no worries :) we tried |
This seems like a super cool project you made though. Kudos! Thanks for your help. Maybe I'll try again later and see if I can figure out anything myself... |
Let's keep this issue open. I hope to have the simpler version within two months, this should solve this issue. |
windows 10, wsl-ubuntu 20.04.6 LTSroot@DESKTOP-9JOROCF:~/texpresso# make texpresso |
Did you install mupdf? |
@let-def Already installed mupad |
The package name under ubuntu is libmupdf-dev. |
@let-def Replaced the source address of wsl-ubuntu, follow
Install them one by one and then run
The result is as follows
Create texpresso-tonic
can generate pdf files, click this window, error exit, the message is as follows
Want to install the editor? |
Compilation was unsuccessful with a download error.
When compiling again
Where to delete Tectonic\files for recompilation? |
Tectonic prints its cache path with command:
I think it is |
Modify settings.json,Add
|
I did the following:
apt install build-essential libsdl2-dev libmupdf-dev libmujs-dev libfreetype-dev libgumbo-dev libjbig2dec0-dev libjpeg-dev libopenjp2-7-dev cargo libssl-dev libfontconfig-dev libleptonica-dev libharfbuzz-dev
git clone --recurse-submodules git@github.com:let-def/texpresso.git
cd texpresso make texpresso
and I get this error:
Any ideas? I find the install instructions aren't very clear...
The text was updated successfully, but these errors were encountered: