Fix README.md for gitlab
This commit is contained in:
parent
717a186c17
commit
49149bf86f
20
README.md
20
README.md
@ -37,21 +37,27 @@ Arguments:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
For installation of command line version you'll need:
|
For installation of command line version you'll need:
|
||||||
*libcurl-dev* (or your distro's equivalent)
|
|
||||||
some sort of C++ compiler (*clang++* for example)
|
- *libcurl-dev* (or your distro's equivalent)
|
||||||
*make*
|
- some sort of C++ compiler (*clang++* for example)
|
||||||
|
- *make*
|
||||||
|
|
||||||
When you have all prerequisites installed you need to do this sequence of commands:
|
When you have all prerequisites installed you need to do this sequence of commands:
|
||||||
|
|
||||||
git clone 'https://gitlab.com/zvon/tv_rename_cpp'
|
git clone 'https://gitlab.com/zvon/tv_rename_cpp'
|
||||||
cd tv_rename_cpp
|
cd tv_rename_cpp
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
For installation of GUI version you'll need:
|
For installation of GUI version you'll need:
|
||||||
*libcurl-dev* (or your distro's equivalent)
|
|
||||||
some sort of C++ compiler (*clang++* for example)
|
- *libcurl-dev* (or your distro's equivalent)
|
||||||
*make*
|
- some sort of C++ compiler (*clang++* for example)
|
||||||
*libgtkmm* (or your distro's equivalent)
|
- *make*
|
||||||
|
- *libgtkmm* (or your distro's equivalent)
|
||||||
|
|
||||||
When you have all prerequisites installed you need to do this sequence of commands:
|
When you have all prerequisites installed you need to do this sequence of commands:
|
||||||
|
|
||||||
git clone 'https://gitlab.com/zvon/tv_rename_cpp'
|
git clone 'https://gitlab.com/zvon/tv_rename_cpp'
|
||||||
cd tv_rename_cpp
|
cd tv_rename_cpp
|
||||||
make gui
|
make gui
|
||||||
|
Loading…
Reference in New Issue
Block a user