-
Notifications
You must be signed in to change notification settings - Fork 12
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
how to build on AntiX debian? #240
Comments
ISTR the manpage generation hanging because of some missing XML packages, which makes it want to find some stuff online, but it can't. The current Build-Depends include xsltproc and docbook-xsl, so hopefully the problem is simply that you're missing docbook-xsl. The official Debian package has no maintainer any more, so it's very outdated and won't work with modern versions of vte and gtk3. You could use the PPA instead. Even if the binary package won't work due to AntiX/Debian stable being older than Ubuntu LTS, building a package from the source should still work. |
The cmake build succeeds after installing docbook-xsl. Installing from the PPA fails with this sequence:
I understand from your comments that I can't build debian packages from within the debian subdirectory? |
There is a template for adding the repository manually:
In this case If the binary package doesn't work, then I guess you're right, it's just as easy, if not easier (although I think there are tools to automatically update packages built from source debs), to use the source from git. I think this should work:
|
The PPA doesn't work for me still, because of errors with the gpg key. AntiX reports that 3.11.1 uses 10 MB more memory than 2.9.5, which is |
Everything tends to grow over time. 2.x is really old. It could be built for either GTK2 or GTK3, so if you're comparing 3.11.1 with a GTK2 version, that could be a major factor. Vte is likely to be using more memory now than it used to, because it has more features. Also check the scrollback size option. |
3 attempts to build roxterm from github on AntiX 19 (debian 10 buster) all fail:
and it hangs forever. Then:
forever busy without closure. Then:
no luck. libvte-2.91-dev is installed, but that is apparently not old enough.
The text was updated successfully, but these errors were encountered: