Skip to content

Commit

Permalink
fixing errors in build steps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Jan 13, 2012
1 parent 006ce8b commit ed55201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ Files required from c:\program files\Microsoft Enterprise Library 3.1 - May 2007
* Microsoft.Practices.EnterpriseLibrary.Logging.dll
* Microsoft.Practices.ObjectBuilder.dll

Copy the above 3 files into C:\netcommon\lib\Entlib\net\2.0\
Copy the above 3 files into C:\netcommon\lib\Entlib\net\2.0\ (assumes root of source repo is c:\netcommon\).

Enterprise Library 4.1
Files required from c:\program files\Microsoft Enterprise Library 4.1 - October 2008\bin\ (assumes default installation location of Enterprise Library 4.1):
* Microsoft.Practices.EnterpriseLibrary.Common.dll
* Microsoft.Practices.EnterpriseLibrary.Logging.dll
* Microsoft.Practices.ObjectBuilder2.dll

Copy the above 3 files into C:\netcommon\lib\Entlib\net\3.5\
Copy the above 3 files into C:\netcommon\lib\Entlib\net\3.5\ (assumes root of source repo is c:\netcommon\).

From the commandline execute

c:\netcommon>nant build-package
c:\netcommon>build-package.cmd


5. CONFIGURING
Expand Down

0 comments on commit ed55201

Please sign in to comment.