Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Installing Addons

Addons are, by their nature, not part of the core MiniD install. In the root of the MiniD SVN repository, there is a directory called 'extra' which contains the addons. They're actually nested in '/extra/minid/addons'; the reason for this is so that you can check out the 'extra' directory and simply add it to your import path with the -I switch (usage differs slightly from compiler to compiler). Then you can import those extra modules without modifying your core MiniD install.

Alternatively, you could modify your core MiniD install by just coping the '/extra/minid/addons' directory into your '/trunk/minid/' local directory. Either way, it should work.

Some addons might require additional prerequisites or libraries to function correctly. These dependencies are noted in their individual pages.