-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
46 lines (34 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Poor Man's Development Utilities for Windows x86_64
===================================================
This project aims to provide a collection of Windows executables that fit the
basic needs of coding. The term `modules` refer to specific software packages
providing the executables. This project is inspired by busybox-w32.
Concepts
--------
* Simple
* Lightweight
* Standalone
* Free
Build
-----
This project is intended to be cross-built using MinGW-w64 toolchain in Linux.
The binaries are built under Ubuntu 14.04 on Windows 10 via WSL.
License
-------
The Makefile framework is under MIT license. The code, patches and executables
of the modules follow their license respectively.
Modules
-------
* busybox-w32 - FRP 3128
* make - 4.2.1
* lua - 5.2.4
* tcc - 0.9.27
* jq - 1.4
* 7z - 16.04
* cscope - 15.9
More
----
You can try the following alternatives to be a poor man no more.
* Use a full-featured editor such as Vim instead of busybox vi
* Use a full-featured C compiler such as GCC instead of TinyCC
* Use Linux instead of Windows