We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The manual claims that the directory layout on windows should be:
<prefix>/Manos.dll <prefix>/manos.exe <prefix>/docs/<documentation files> <prefix>/layouts/default/<the default layout files>
Whereas this is the layout that actually works:
<prefix>\layouts\default/<the default layout files> <prefix>\manos\docs/<documentation files> <prefix>\%MANOS%\Manos.dll <prefix>\%MANOS%\Nini.dll <prefix>\%MANOS%\%BIN%\Manos.dll <prefix>\%MANOS%\%BIN%\Manos.IO.dll <prefix>\%MANOS%\%BIN%\Manos.IO.pdb <prefix>\%MANOS%\%BIN%\Manos.pdb <prefix>\%MANOS%\%BIN%\manostool.exe <prefix>\%MANOS%\%BIN%\manostool.pdb <prefix>\%MANOS%\%BIN%\Mono.C5.dll <prefix>\%MANOS%\%BIN%\Nini.dll
Where %MANOS% and %BIN% can be anything. On my machine, for instance, %MANOS% is manos and %BIN% is bin.
%MANOS%
%BIN%
Right now, the only way to deduce the correct setup is by examining the code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The manual claims that the directory layout on windows should be:
Whereas this is the layout that actually works:
Where
%MANOS%
and%BIN%
can be anything. On my machine, for instance,%MANOS%
is manos and%BIN%
is bin.Right now, the only way to deduce the correct setup is by examining the code.
The text was updated successfully, but these errors were encountered: