eolas/Linux/Procedural/Compile_from_source.md

11 lines
147 B
Markdown
Raw Normal View History

2022-04-23 13:26:53 +01:00
---
2022-08-20 12:30:04 +01:00
categories:
- Linux
tags: [make]
2022-04-23 13:26:53 +01:00
---
2022-05-24 19:00:04 +01:00
# Compile package from source
2022-04-23 13:26:53 +01:00
1. Clone the repo from GitHub
2022-05-24 19:00:04 +01:00
2. `cd` into the repo
3. Run `makepkg -c`