From 60d331070f6630f5f061ea090c9092da032547c3 Mon Sep 17 00:00:00 2001 From: Peter Gloor Date: Tue, 11 Apr 2023 15:33:32 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84f16ed --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# OpenSimCurrencyModule (for dotnet 6) + +This project contains the slightly modified parts of code written in C# to be used in [BigManzais's Opensim Currency Server 2023](https://github.com/BigManzai/OpenSimCurrencyServer-2023). + +The code here does only contain the parts of the Money Server Module written in C# and the Prebuild configuration required to build and compile this code as an addon-module in the OpenSimulator build process for _dotnet 6_. + +To use this code, simply copy the three modules from the addon-modules folder to the opensim/addon-modules directory. Then use runprebuild followed by compile to compile the code into the opensim/bin directory. + +The code here will NOT be maintained. It will be removed as soon it's no longer needed. + +Look at https://github.com/BigManzai/OpenSimCurrencyServer-2023 if you are interested in the complete project.