"Fossies" - the Fresh Open Source Software Archive 
Member "muscle/vc++14/README.txt" (28 Nov 2019, 640 Bytes) of package /linux/privat/muscle7.52.zip:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 In this directory you will find Visual C++ project files created by Mika
2
3 Note that these project files require Visual C++ 2015.
4
5 To compile muscle, do the following:
6
7 1. Open the "muscle.sln" solution file in VC++
8
9 2. Click Build->Build Solution
10
11 3. Sit back and relax. The muscle build should complete in a minute or two.
12
13 4. Open the new "Build" folder that is created inside vc++14. You should see
14 three files there: admin.exe, muscled.exe, and muscle.lib. You can run
15 your server with muscled.exe, and maintain it with admin.exe. You can
16 build your own apps and link them against muscle.lib.
17
18 -Mika Lindqvist (aka "Monni")