Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #13

Merged
merged 2 commits into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Dependencies

I will just quote the dependencies of some distros, just follow the steps below

## Debian (Kali linux, MX linux, Linux Mint...)

Qt creator and Build Essential
* apt-get install qtbase5-dev qtdeclarative5-dev # qt-creator
* apt-get install build-essential # gcc cmake...

## AUR (Manjaro, Arch...)

Qt creator and Build Essential
* pacman -Sys qt5-base qt5-declarative # qt-creator
* pacman -Sys build-essential # gcc cmake...
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ As the name maProc informs, it will map processes in linux, being able to check

> [License](LICENSE) BSD 2-Clause

> [DEPENDENCIES](DEPENDENCIES.md)

# About ©️
we will make the maProc libs available in the following organization [CoffeeCode](https://github.com/0xc0ffeec0de), create your own maProc.
The project's main creators are [Mob](https://github.com/VitorMob), [Buzzer](https://github.com/AandersonL) with all copyrights to Mente Binária.
Expand Down Expand Up @@ -38,11 +40,6 @@ The project's main creators are [Mob](https://github.com/VitorMob), [Buzzer](htt
make


> Dependency

qt-creator
build-essential

# Pages 📄

* [Home](https://github.com/mentebinaria/maProc/wiki)
Expand Down