To run the LPP code editor web application follow these steps:
Clone the repo: git clone https://github.com/WilliamAvila/LPP-code-editor.git
1.Go to the server folder and compile the program example on LINUX g++ -std=c++11 -pthread -o example example.cpp
or clang++ -std=c++11 -pthread -o example example.cpp
on MAC OSX
2.Get the LPP compiler from here LPP-compiler once you get the executable move it to the server folder
3.Download websocketd for your os here and move it to the server folder
4.Start the server run ./websocketd --port=8080 ./example
in the server folder
5.Open the index.html on your browser and start running LPP code
Copyright 2017 Willian Avila. Code released under the MIT license.