mirror of
https://github.com/rife2/bld
synced 2026-05-02 03:54:10 +02:00
Compare commits
No commits in common. "8ad5414d6749df1b0cafcf80b3f9cbc2711c04f4" and "affa9e1dacad4306d1246b66eaa7b0f80006e187" have entirely different histories.
8ad5414d67
...
affa9e1dac
|
|
@ -1,20 +0,0 @@
|
||||||
# Contributing
|
|
||||||
|
|
||||||
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
|
|
||||||
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
|
|
||||||
|
|
||||||
```console
|
|
||||||
git clone git@github.com:rife2/bld.git
|
|
||||||
cd bld
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
```
|
|
||||||
|
|
||||||
Then use `bld` to build itself:
|
|
||||||
|
|
||||||
```console
|
|
||||||
./bld compile
|
|
||||||
```
|
|
||||||
|
|
||||||
The project has an IntelliJ IDEA project structure. You can just open it after all
|
|
||||||
the dependencies were downloaded and peruse the code.
|
|
||||||
22
README.md
22
README.md
|
|
@ -131,7 +131,23 @@ to post on the [forums](https://forum.uwyn.com) or to join us on [Discord](http
|
||||||
|
|
||||||
Read more in the [full documentation](https://github.com/rife2/bld/wiki) and [bld Javadocs](https://rife2.github.io/bld/).
|
Read more in the [full documentation](https://github.com/rife2/bld/wiki) and [bld Javadocs](https://rife2.github.io/bld/).
|
||||||
|
|
||||||
# Contributing
|
# Building `bld`
|
||||||
|
|
||||||
See [CONTIBUTING.md](https://github.com/rife2/bld?tab=contributing-ov-file#readme) for information about
|
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
|
||||||
contributing to this project.
|
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
|
||||||
|
|
||||||
|
```console
|
||||||
|
git clone git@github.com:rife2/bld.git
|
||||||
|
cd bld
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
```
|
||||||
|
|
||||||
|
Then use `bld` to build itself:
|
||||||
|
|
||||||
|
```console
|
||||||
|
./bld compile
|
||||||
|
```
|
||||||
|
|
||||||
|
The project has an IntelliJ IDEA project structure. You can just open it after all
|
||||||
|
the dependencies were downloaded and peruse the code.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue