Skip to content

Commit 78af4dd

Browse files
committed
NEW: Update readme with info about compile project
1 parent 1da1905 commit 78af4dd

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
# README #
22

3-
This README would normally document whatever steps are necessary to get your application up and running.
4-
53
### What is this repository for? ###
64

7-
* Quick summary
8-
* Version
9-
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
5+
* This is console based amqp client builded on [AMQP.NET lite library](https://github.com/Azure/amqpnetlite)
6+
* Version: 1.0.0
107

118
### How do I get set up? ###
129

13-
* Summary of set up
14-
* Configuration
15-
* Dependencies
16-
* Database configuration
17-
* How to run tests
18-
* Deployment instructions
19-
20-
### Contribution guidelines ###
21-
22-
* Writing tests
23-
* Code review
24-
* Other guidelines
10+
1. Summary of set up
11+
* Clone repo on Windows system (ws2012r2, ws2012, win 8.1, win 10)
12+
* Download `Amqp.Net.dll` or clone [AMQP.NET lite library](https://github.com/Azure/amqpnetlite) and build `Amqp.Net.dll` with .net 4.5
13+
* Copy `Amqp.Net.dll` to `<project-folder>\dotnetlite\dlls` folder
14+
* Open `DotNetLiteClient.sln` in Visual Studio and build it, or build using msbuild.exe in cmd
2515

26-
### Who do I talk to? ###
16+
2. Dependencies
17+
* This client depends on .net 4.5 and Amqp.Net.Dll
2718

28-
* Repo owner or admin
29-
* Other community or team contact
19+
### Contributors ###
20+
* David Kornel <[email protected]>

0 commit comments

Comments
 (0)