Skip to content

Commit

Permalink
Improved Install Instructions 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
adiultra committed May 25, 2016
1 parent 2931ede commit 5061247
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
Installation
============

Currently Source code is available on github and can be compiled with any c++ compiler. although only g++ is tested and recommended.
Currently Source code is available on github and can be compiled with any modern c++ compiler. although only g++ is tested and recommended.

.. Note:: The users of TC++ should know that thier compiler is older than me, and is supported neither by Borland nor by me. Please switch to g++.

Linux
-----

1) Clone the repo using
``git clone https://github.com/arcxon/todx.git``
or Download the Source zip.
1. Clone the repo using ``git clone https://github.com/arcxon/todx.git`` or Download the Source zip.

2) Use the command
``g++ -o main.cpp todx.out``
to compile the executable.

3) Now the ``todx.out`` file can be used anywhere. Just place it in your desired folder and execute in the command-line : ``./todx.out`` to enjoy the app.
2. Use the command ``g++ -o main.cpp todx.out`` to compile the executable.


3. Now the ``todx.out`` file can be used anywhere. Just place it in your desired folder and execute in the command-line : ``./todx.out`` to enjoy the app.

Binary Executables
------------------

There is a plan to offer stable binary builds for both Linux and Windows. Please Remain Calm and use compilation till then.

0 comments on commit 5061247

Please sign in to comment.