Size: 313
Comment:
|
← Revision 6 as of 2024-07-23 21:30:22 ⇥
Size: 738
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
== Install on debian == | |
Line 6: | Line 7: |
sudo apt install libncursesw5-dev sudo apt install gpm sudo apt install libgpm-dev |
git clone https://github.com/magiblot/turbo.git --recursive cd turbo sudo apt install libncursesw5-dev gpm libgpm-dev |
Line 12: | Line 13: |
sudo cp doc/turbo.1 /usr/local/man/man1/ turbo `find . -type f -name '*.java' -o -name '*.py' -o -name '*.sh' ` |
|
Line 13: | 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
1 git clone https://github.com/magiblot/turbo.git --recursive
2 cd turbo
3 sudo apt install libncursesw5-dev gpm libgpm-dev
4 cmake . -DCMAKE_BUILD_TYPE=Release
5 cmake --build .
6 sudo cp turbo /usr/local/bin/
7 sudo cp doc/turbo.1 /usr/local/man/man1/
8 turbo `find . -type f -name '*.java' -o -name '*.py' -o -name '*.sh' `