Build guide correction

Hi. I had to correct the steps given here https://github.com/texmacs/texmacs/wiki/Build-with-CMake-on-GNU-Linux to compile Guile 1.8.8 on Debian. The line

patch -p1 guile-1.8.8-configure.patch

should be

patch -p1 < guile-1.8.8-configure.patch

because patch takes its input from stdin.

Can you edit the wiki page directly?

I just unchecked the option: Restrict editing to users in teams with push access only

I don’t see any option to do that. Where should I find it?

image

Here is the Edit button.

Looks like I changed it successfully.

1 Like