Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the mod building in both debug and release mode #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nex3
Copy link

@nex3 nex3 commented Oct 21, 2023

Also add documentation for getting this building locally.

Also add documentation for getting this building locally.
@@ -23,6 +23,17 @@ This mod works with a single dll file but we also provide a way to downpatch the
installing the latest Microsoft Visual C++ Redistributable version could fix it : https://aka.ms/vs/17/release/vc_redist.x64.exe.
- The Windows console tends to freeze preventing you from sending or receiving any items. You must Alt+Tab, click on the console and press enter to refresh it.

## Building Locally

1. Clone the repository (`git clone https://github.com/Marechal-L/Dark-Souls-III-Archipelago-clieng.git`).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for writing these! They helped me get building. Perhaps you have submodule.recurse and I don't cause I also had to do the git submodule commands to pull down those before it would build.


1. Clone the repository (`git clone https://github.com/Marechal-L/Dark-Souls-III-Archipelago-clieng.git`).
2. Open `archipelago-client\archipelago-client.sln` in Visual Studio.
3. [Install OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it took me a little while to figure out that you need SSL version 1.1 for this to work (at least that's what I needed on my PC). I am not sure if that's just something about my setup or if it's true for everyone though. If you happen to know I think it would be useful to include that in this instruction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants