blob: 4639de056ceb72ca1c565dc0c76815f5b5a61fe0 (
plain) (
blame)
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
47
48
49
50
51
|
🎀 Divina
========
What?
-----
Divina is a modern build system for assembly.
Why should I use Divina?
-------------------------
Divina is
- Simple,
- cool,
- fast,
- and uses Lua as a configuration language!
Getting up and Running
----------------------
Installation
^^^^^^^^^^^^
Prebuilt binaries for x86_64-based Linux systems and Windows are available in the
`releases <https://github.com/divinaland/Divina/releases/latest>`_. If you are using
a different operating system or architecture such as macOS, you'll have to build and
install the tool yourself!
.. code-block:: shell
$ cargo install --git https://github.com/divinaland/Divina --branch main
If you are building and installing yourself, you must have
`Rust <https://www.rust-lang.org/>`_ installed!
Usage
^^^^^
Usage documentation is available on `divina.land <https://divina.land>`_.
Prebuilt Binaries
"""""""""""""""""
Prebuilt binaries for the latest release may be found
`here <https://github.com/divinaland/Divina/releases/latest>`_.
License
-------
`GNU General Public License v3.0 <./LICENSE>`_
|