Update documentation for Agrarian 2.0 modernization

This commit is contained in:
root
2026-04-30 14:51:14 +00:00
parent c90370640c
commit 1fc1048a51
14 changed files with 141 additions and 29 deletions
+5
View File
@@ -36,6 +36,7 @@ Building
The following are developer notes on how to build Agrarian Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
- [Dependencies](dependencies.md)
- [Agrarian 2.0 Modernization Status](modernization.md)
- [Ubuntu 24.04 Build Notes](build-ubuntu-24.md)
- [Desktop Wallet Build Quick Start](build-wallets.md)
- [macOS Build Notes](build-osx.md)
@@ -43,6 +44,10 @@ The following are developer notes on how to build Agrarian Core on your native p
- [Windows Build Notes](build-windows.md)
- [Gitian Building Guide](gitian-building.md)
The verified 2.0 build path is Ubuntu 24.04 with deterministic `depends/`.
macOS, RPM, Gitian, and Travis documentation is retained as historical
reference unless the individual document says it has been revalidated.
Development
---------------------
The Agrarian repo's [root README](/README.md) contains relevant information on the development process and automated testing.