Re: Eu 4.2 Help
- Posted by ghaberek (admin) in November
- 623 views
ChrisB said...
Basically I've got a handful of source and external doc files, and embedded docs, and I want to make a big HTML file. What do I need to run?
This should work if you are using a Linux machine, VM, or WSL. You also need install Euphoria 4.1. I have directions on the downloads page.
sudo apt install build-essential git git clone https://github.com/OpenEuphoria/euphoria cd euphoria/source ./configure make htmldoc
Then open build/html/index.html in your browser. If you are using WSL then you can open its root folder in Windows Explorer using the path \\wsl$\Ubuntu (or whatever your WSL instance is named) then you can browse to the directory and open index.html from there.
-Greg