Size: 387
Comment:
|
Size: 703
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
== Install on debian == | |
Line 12: | Line 13: |
sudo cp doc/turbo.1 /usr/local/man/man1/ | |
Line 14: | Line 16: |
== Install on Slackware == {{{#!highlight git clone https://github.com/magiblot/turbo.git --recursive cd turbo cmake . -DCMAKE_BUILD_TYPE=Release cmake --build . sudo cp turbo /usr/local/bin/ sudo cp doc/turbo.1 /usr/local/man/man1/ }}} |
turbo
An experimental text editor based on Scintilla and Turbo Vision.
Install on debian