Skip to content

Commit d6d066a

Browse files
committed
[#382] Documentation Updates
1 parent 12b4117 commit d6d066a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/wiki/Environment_Building.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If building locally, ensure all dependencies below are met.
2020
| libmariadb-dev | libmariadb-dev-compat |
2121
| libtool | unzip |
2222
| make | python3-dev |
23-
| python3-pip | |
23+
| python3-pip | build-essential |
2424

2525
<br />
2626

@@ -31,10 +31,11 @@ If building locally, ensure all dependencies below are met.
3131
<br />
3232
<br />
3333

34-
### Testing
35-
| __Pip3:__ |
36-
|--------------|
37-
| pycryptodome |
34+
### Documentation
35+
| __Apt:__ | |
36+
|---------------------|--------------------------|
37+
| python3-sphinx | python3-sphinx-rtd-theme |
38+
| python3-myst-parser |
3839

3940
<br />
4041
<br />
@@ -90,11 +91,11 @@ The two flags (DEBUG and TEST_ENC) can be used simultaneously, or separately.
9091
> * SUPPORT -- "Support" -- Default OFF
9192
> * SYSTEM_INSTALL -- "SystemInstall" -- Default OFF
9293
> * TEST -- "Test" -- Default OFF
93-
> * TEST_ENC -- "Tests - Encryption"-- Default OFF
9494
> * SA_FILE -- "Save Security Association to File" -- Default OFF
9595
> * KEY_VALIDATION -- "Validate existence of key duplication"-- Default OFF
9696
9797
> * KMC_MDB_RH "KMC-MDB-RedHat-Integration-Testing" -- Default OFF
9898
> * KMC_MDB_DB "KMC-MDB-Debian-Integration-Testing" -- Default OFF
9999
> * KMC_CFFI_EXCLUDE "KMC-Exclude-Problematic-CFFI-Code" -- Default OFF
100100
101+
> * CRYPTO_EPROC "Enables building of Extended Procedures -- Default OFF (CURRENTLY A WIP - Not ready for Operations)

docs/wiki/Testing_Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| 1.1.0 | R. Brown, D. Cutright, S. Zemerick | 03/11/2022 | Justin Morris, John Lucas | Scheduled Release |
1111
| 1.1.1 | R. Brown, J. Lucas, S.Zemerick | 09/20/2022 | Justin Morris | Wiki Updates |
1212
| 1.3.0 | R. Brown, D. Cutright | 12/13/2023 | J. Lucas | Scheduled Release |
13-
13+
| 1.3.1 | R.Brown | 01/10/2024 | J. Lucas | Scheduled Documentation Refresh |
1414
***
1515

1616

0 commit comments

Comments
 (0)