MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 5 as of 2024-07-23 21:29:39
  • turbo

turbo

  • https://github.com/magiblot/turbo

An experimental text editor based on Scintilla and Turbo Vision.

Install on debian

   1 sudo apt install libncursesw5-dev
   2 sudo apt install gpm
   3 sudo apt install 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/
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01