diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-14 11:34:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-16 11:54:43 +0200 |
commit | 7508578e55a2b2267213f71a02e3fd2c12e71831 (patch) | |
tree | a8be51bcc075a8cc0705f8bbdb3b8d2414be1b16 /README.md | |
parent | 629df017d74734e93e2b63a1bb4b7819a34a1c9f (diff) | |
download | justbuild-7508578e55a2b2267213f71a02e3fd2c12e71831.tar.gz |
README: separate basic tutorial from advanced topics
While it is useful to have an end-to-end example also for advanced
topics, they should not be mixed with the basic tutorial showing
how to use the tool to build a typical project (here in C/C++).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -26,16 +26,18 @@ dependencies locally (neither as source nor as binary). - [Getting Started](doc/tutorial/getting-started.md) - [Hello World](doc/tutorial/hello-world.md) - [Third-party dependencies](doc/tutorial/third-party-software.md) - - [Debugging](doc/tutorial/debugging.md) - [Tests](doc/tutorial/tests.md) + - [Debugging](doc/tutorial/debugging.md) - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md) - [Ensuring reproducibility](doc/tutorial/rebuild.md) - - [Using protobuf](doc/tutorial/proto.md) - [Running linters](doc/tutorial/lint.md) - - [How to create a single-node remote execution service](doc/tutorial/just-execute.org) - [Dependency management using Target-level Cache as a Service](doc/tutorial/just-serve.md) - [Cross compiling and testing cross-compiled targets](doc/tutorial/cross-compiling.md) - [Multi-repository configuration management](doc/tutorial/just-lock.md) + +* Advanced Topics + - [Using protobuf](doc/tutorial/proto.md) + - [How to create a single-node remote execution service](doc/tutorial/just-execute.org) - [Computed roots](doc/tutorial/computed.md) - [More build delegation through a serve endpoint](doc/tutorial/build-delegation.md) |