Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1 KB

README.md

File metadata and controls

32 lines (25 loc) · 1 KB

Retro Terminal Web Browser

Alt text

How to Run

  1. Download Awesomium from here: http://awesomium.com/download/
  2. Unzip
  3. Open "/awesomium_v1.6.5_sdk_linux32/build/bin/release"
  4. Copy contents into "/usr/lib" - if you don't have permissions (which you probably won't) use sudo cp instead.
  5. Download the latest Retro Terminal Web Browser from the downloads section
  6. Open and terminal and then use "./RetroTerminalWebBrowser http://google.com 800 640 50 50" to run (With out the quotes)
  7. Paramaters: URL browserWidth browserHeight consoleWidth consoleHeight

TIPS:

  • Using a smaller font size, it decreases the pixel size.
  • Ensure that the console width/height is less than browser height/width
  • Ensure that your console is big enough - the consoles character width height need to be less or equal to the specified console width/height or funky stuff may happen...

How to Compile - Coming Soon...