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'   `

Install on Slackware

   1 git clone https://github.com/magiblot/turbo.git --recursive
   2 cd turbo
   3 cmake . -DCMAKE_BUILD_TYPE=Release
   4 cmake --build . 
   5 sudo cp turbo /usr/local/bin/
   6 sudo cp doc/turbo.1 /usr/local/man/man1/

turbo (last edited 2024-07-23 21:30:22 by vitor)