diff options
author | onefang | 2020-02-27 17:10:56 +1000 |
---|---|---|
committer | onefang | 2020-02-27 17:10:56 +1000 |
commit | d4ea3e50173df1ad646bdb7dc802f5d320b7e511 (patch) | |
tree | 500022f9b73a1b8bdca923d5dfb881a9e8216835 | |
parent | Clean up the <p> HTML tags. (diff) | |
download | opensim-SC_OLD-d4ea3e50173df1ad646bdb7dc802f5d320b7e511.zip opensim-SC_OLD-d4ea3e50173df1ad646bdb7dc802f5d320b7e511.tar.gz opensim-SC_OLD-d4ea3e50173df1ad646bdb7dc802f5d320b7e511.tar.bz2 opensim-SC_OLD-d4ea3e50173df1ad646bdb7dc802f5d320b7e511.tar.xz |
Add notes on extras to be installed.
-rw-r--r-- | src/NOTES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/NOTES.txt b/src/NOTES.txt index 1758ac8..dc43d08 100644 --- a/src/NOTES.txt +++ b/src/NOTES.txt | |||
@@ -181,3 +181,7 @@ https://project-awesome.org/aleksandar-todorovic/awesome-c | |||
181 | https://wolkykim.github.io/qdecoder/ | 181 | https://wolkykim.github.io/qdecoder/ |
182 | CGI library made by the qlibc guy, does support FCGI. | 182 | CGI library made by the qlibc guy, does support FCGI. |
183 | Might be a wrapper around the fcgi_stdio stuff I'm already using? | 183 | Might be a wrapper around the fcgi_stdio stuff I'm already using? |
184 | |||
185 | ------------------------------------------------------------------- | ||
186 | |||
187 | apt install libmariadbclient-dev libapache2-mod-fcgid \ No newline at end of file | ||