mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
27 lines
547 B
Org Mode
27 lines
547 B
Org Mode
#+TITLE: Readme
|
|
#+AUTHOR: Zastian Pretorius
|
|
|
|
* README
|
|
This is a simple project to help sort your files on linux written in c++.
|
|
* Install
|
|
1. Coppy the repo
|
|
#+BEGIN_SRC
|
|
git clone https://github.com/ZastianPretorius/fsorter.git
|
|
#+END_SRC
|
|
2. cd into the the fsorter folder
|
|
#+BEGIN_SRC
|
|
. cd fsorter
|
|
#+END_SRC
|
|
3. Generate a make files
|
|
#+BEGIN_SRC
|
|
cmake .
|
|
#+END_SRC
|
|
4. Compile the project
|
|
#+BEGIN_SRC
|
|
make
|
|
#+END_SRC
|
|
5. install the project (will require sudo)
|
|
#+BEGIN_SRC
|
|
sudo make install
|
|
#+END_SRC
|