Skip to content

Commit 4ad926e

Browse files
committed
Update some info in the various ReadMe
1 parent 707a8a2 commit 4ad926e

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

FabTools/FabTools.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2020
FabOutlookBar_ReadMe.md = FabOutlookBar_ReadMe.md
2121
FabPaintLib_ReadMe.md = FabPaintLib_ReadMe.md
2222
FabTwain_ReadMe.md = FabTwain_ReadMe.md
23+
FabZip_ReadMe.md = FabZip_ReadMe.md
2324
..\README.md = ..\README.md
2425
EndProjectSection
2526
EndProject

FabTools/FabZip_ReadMe.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ I'm no more using the DelZip library, but a .NET one that is called DotNetZip :
55

66
You can either use the DLL reference, or as the FabZip project, use the NuGet package found at : https://www.nuget.org/packages/DotNetZip
77

8+
# Setting your Build Environment
9+
After Downloading/Cloning the FabZip library, you will have to "Restore" the DotNetZip package in order to build the library.
10+
11+
To do so :
12+
1. Open the Solution
13+
2. Go to the Menu
14+
- Tools
15+
- NuGet Package Manager
16+
- Manage NuGet Packages for Solution...
17+
18+
From there, you should see the DotNetZip package, and on top of the Window, a Yellow band indicating that you will need to restore some packages, with a "Restore" button at the end of the Band : Press this button, and you should be fine ! :)
19+
20+
21+
# Using the FabZip library
822
If you are moving a VO application that needs the FabZip support, the process is the following :
923

1024
1. Export your VO Application with the XSharp XPorter application

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
Port to X# of most of FabTools Libraries
33

44
- [x] FabOutlookBar
5+
- [View ReadMe](https://github.com/X-Sharp/FabTools/blob/master/FabTools/FabOutlookBar_ReadMe.md)
56
- [x] FabSplitShellLib
67
- [ ] FabTools - Work In Progress but mostly done
78
- [x] FabTwain
9+
- [View ReadMe](https://github.com/X-Sharp/FabTools/blob/master/FabTools/FabTwain_ReadMe.md)
810
- [x] FabPaintLib
11+
- [View ReadMe](https://github.com/X-Sharp/FabTools/blob/master/FabTools/FabPaintLib_ReadMe.md)
912
- [x] FabZip
13+
- [View ReadMe](https://github.com/X-Sharp/FabTools/blob/master/FabTools/FabZip_ReadMe.md)
1014

1115

1216
You will find some xxx_ReadMe.md files for each lib with some explanations.

0 commit comments

Comments
 (0)