commit 5e58eeb52e28b9e972de6441089a9b7b6b5608c9 from: Omar Polo date: Thu Jun 06 08:10:12 2024 UTC point out that yacc is a dependency It's just easier to always require yacc, which is a fairly small build-dependency, rather then the current wording. Also, this allows us to have the configure check which is more useful and friendlier than the previous behaviour of sometimes failing midway thru the build due to a missing yacc. See https://codeberg.org/telescope-browser/telescope/pulls/7 commit - b615260f50a9ccb41a5b92b7fabd590f0e67bc10 commit + 5e58eeb52e28b9e972de6441089a9b7b6b5608c9 blob - 7dad1822ffe934193f68395f89bb96c8ea3f1183 blob + f8eca103140c852b1ec527dacb142f12b26b1726 --- README.md +++ README.md @@ -70,11 +70,10 @@ At the moment there is no UI for out-of-band verificat ## Building -Telescope depends on ncursesw, libtls or libretls, and pkg-config. -[libgrapheme][libgrapheme] is an optional dependency: there's a -bundled copy but it's reccomended to install it with a package manager -if available. When building from a git checkout, yacc (or bison) is -also needed. +Telescope depends on ncursesw, libtls or libretls, yacc/bison and +pkg-config. [libgrapheme][libgrapheme] is an optional dependency: +there's a bundled copy but it's reccomended to install it with a package +manager if available. To build execute: blob - b3e754ec87578fc2a6b7d4113cdbf5274eee8aa1 blob + 9986ef5d70a1766eb2576d16b7143054ad6c8dad --- site/index.gmi +++ site/index.gmi @@ -42,7 +42,7 @@ Source code is available for download: => https://codeberg.org/telescope-browser/telescope/ Codeberg mirror => https://github.com/telescope-browser/telescope GitHub mirror -Telescope depends are ncursesw, libtls or libretls, and pkg-config. libgrapheme is also needed, although there's a bundled copy. When building from a git checkout, yacc (or bison) is also needed. +Telescope depends are ncursesw, libtls or libretls, yacc/bison and pkg-config. libgrapheme is also needed, although there's a bundled copy. Once all the dependencies are installed, building is as easy as: