Search Criteria
Package Details: tilde 1.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tilde.git (read-only, click to copy) |
---|---|
Package Base: | tilde |
Description: | An intuitive text editor for the terminal. |
Upstream URL: | http://os.ghalkes.nl/tilde.html |
Keywords: | editor |
Licenses: | GPL3 |
Submitter: | wil93 |
Maintainer: | gphalkes |
Last Packager: | gphalkes |
Votes: | 14 |
Popularity: | 0.010062 |
First Submitted: | 2015-09-21 21:02 (UTC) |
Last Updated: | 2022-01-29 17:46 (UTC) |
Dependencies (4)
- libt3configAUR
- libt3highlightAUR
- libt3widgetAUR
- libtranscriptAUR
Latest Comments
danielzm commented on 2025-10-13 11:36 (UTC)
Note: the AUR packages for
libtranscript
,libt3key
andlibt3window
are out of date; instead of making changes as described in my comment below, one can simply update the relevant PKGBUILD files to point to the new version tarballs and it will build and install correctly. Flagged the relevant AUR packages as out of date.Optionally, adding
aarch64
works too, built everything for the Raspberry Pi 5.danielzm commented on 2025-08-03 12:01 (UTC)
Note: confirmed adding
aarch64
to thePKGBUILD
s works, compiled it for the Raspberry Pi 5.mutewave commented on 2025-03-21 17:19 (UTC)
@danielzim
I tried it and Tilde runs! There is a bug handling mouse input in a terminal I use, but it is probably localized to that terminal (ghostty) than Tilde. XFCE4-Terminal works fine with Tilde. Thanks for experimenting.
danielzm commented on 2025-03-04 10:50 (UTC)
I haven't contributed to AUR before, so I'm not sure how to submit changes here, but I have a few fixes for
libtranscript
,libt3key
andlibt3window
(which depends onlibt3key
). This is what I did:To get
tilde
to install and run:Cloned libtranscript from AUR: https://aur.archlinux.org/libtranscript.git ;
Ran
makepkg -i
, got error;Modified 2 files:
File
PKGBUILD
:--libdir=/usr/lib
to line 25:libtranscript/src/libtranscript-0.3.3/config.pkg
to fix error about opendir/readdir/closedir/dirent.h/stdint.h:#include <stdio.h>
in line 67 and removed[0]
in theputs
call in line 78:Ran
makepkg -i --noextract
, successful build and install;Cloned https://aur.archlinux.org/libt3key.git ;
Ran
makepkg -i
, got error;Modified
libt3key/src/libt3key-0.2.10/config.pkg
to fix error about curses:#include <term.h>
in line 147:Ran
makepkg -i --noextract
, successful build and install;Cloned https://aur.archlinux.org/libt3window.git ;
Ran
makepkg -i
, got error;Made same modification as above to
libt3window/src/libt3window-0.4.1/config.pkg
;#include <term.h>
in line 124;Ran
makepkg -i --noextract
, successful build and install;Ran
paru -Suy tilde
, installed successfully;Ran
tilde
successfully;mutewave commented on 2024-12-28 20:21 (UTC)
Build fails due to issues with libtranscript and libt3key.
libt3key build failure yields message complaining about inability to find curses/tinfo library. In particular the configure script outfit states it is unable to find the curses header file.
The issue with libtranscript is a bit more involved. The config.log output from the configure step suggests that it is failing the mandatory check for opendir/readdir/closedir/dirent.h/stdint.h
My kernel version is 6.12.6-arch1-1. Happy to provide more detailed log output from both libraries' config.logs if helpful.
<deleted-account> commented on 2016-03-08 10:10 (UTC)
wil93 commented on 2016-01-22 16:46 (UTC)
SoleSoul commented on 2016-01-22 14:18 (UTC)