Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Download

Riccardo edited this page Apr 16, 2016 · 4 revisions

Getting Started

Note: This app is written with C++11 standard!

Windows

  • Download and install Visual Studio 2015
  • Clone this git repo with a gui client or use git bash: git clone https://github.com/RickyCoDev/Html_Table_Editor.git
  • Open the repo folder and serch Html_Table_Editor.sln
  • Open the Html_Table_Editor.sln file
  • Build the solution in debug/release mode

Linux/OSX

  • Move into a folder with: cd path/to/a/directory/
  • Clone this git repo: git clone https://github.com/RickyCoDev/Html_Table_Editor.git
  • Enter in the program folder: cd Html_Table_Editor/
  • Give to LinuxCompile.sh the permission to be executed: chmod +x LinuxCompile.sh
  • Run the sh file, it will compile the program for you: ./LinuxCompile.sh
  • Run the application with: ./HtmlTableEditor
Clone this wiki locally