This repository has been archived on 2020-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
ldl3/README.md

47 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# limpador do luca0N! 3 (ldl3)
2022-09-12 10:54:25 +00:00
## Discontinued
2020-12-25 05:28:32 +00:00
2022-09-12 10:54:25 +00:00
This project and its development are now discontinued as of December 2020. The project source is still available in this repository.
2020-12-25 05:28:32 +00:00
2022-09-12 10:54:25 +00:00
## Description
2020-12-25 05:28:32 +00:00
2022-09-12 10:54:25 +00:00
limpador do luca0N! 3 is the successor to limpador do luca0N! 2 (also known as winpador do luca0N!). It is written in C and uses the Windows API. [This program is licensed under the GNU General Public License version 3](./LICENSE), and its development begun in April 26, 2020.
2022-09-12 10:54:25 +00:00
This program is only available for Windows because ldl3 uses the Windows API. There are currently no plans for cross-platform support.
2022-09-12 10:54:25 +00:00
## About
2020-06-27 16:36:16 +00:00
2022-09-12 10:54:25 +00:00
This is a simple command line interface program that frees disk space by deleting temporary files on your computer.
2020-06-27 16:36:16 +00:00
2022-09-12 10:54:25 +00:00
# Notice
2020-06-20 01:55:15 +00:00
2022-09-12 10:54:25 +00:00
limpador do luca0N! 3 has the potential to destroy your system. **Use this utility with caution and always double check the configuration file against syntax errors.** Use this program at your own risk.
2020-06-20 01:55:15 +00:00
2022-09-12 10:54:25 +00:00
# Using ldl3
2020-06-28 05:56:49 +00:00
2022-09-12 10:54:25 +00:00
You must compile this program in order to use it.
2020-06-28 05:56:49 +00:00
2022-09-12 10:54:25 +00:00
## Compiling
2020-06-28 05:56:49 +00:00
2022-09-12 10:54:25 +00:00
# Requirements
2022-09-12 10:54:25 +00:00
To compile, you will need:
2022-09-12 10:54:25 +00:00
- Windows API
- `gcc`
- GNU make
2022-09-12 10:54:25 +00:00
## How to compile
2022-09-12 10:54:25 +00:00
To compile, run:
``` sh
$ make
```
2022-09-12 10:54:25 +00:00
*Note: this command will generate extra files.*
2022-09-12 10:54:25 +00:00
To compile without leaving additional files, run:
``` sh
$ make dustless
2020-06-28 06:03:49 +00:00
```