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

Manos manual contains wrong instructions for the setup on Windows #116

Open
MarkKharitonov opened this issue Jul 11, 2011 · 0 comments
Open

Comments

@MarkKharitonov
Copy link

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.

Right now, the only way to deduce the correct setup is by examining the code.

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

No branches or pull requests

1 participant