• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H09-Jan-2018-171140

tests/H09-Jan-2018-543328

AssemblyInfo.csH A D29-Apr-20141.5 KiB4011

InstallManager.csH A D28-Apr-20142.8 KiB9860

MakefileH A D29-Apr-2014136 85

Manager.csH A D28-Apr-20143.9 KiB163125

Module.csH A D28-Apr-20145.7 KiB215162

NativeMethods.csH A D15-Dec-201410.6 KiB261187

READMEH A D29-Apr-2014778 2521

Sword.csprojH A D29-Apr-20141.8 KiB4444

Sword.slnH A D29-Apr-20142.6 KiB4038

README

1Building on debian/ubuntu the commandline way
21. sudo apt-get install cli-common-dev
32. sudo apt-get install mono-xbuild
43. navigate to bindings/csharp
54. make or xbuild Sword.csproj to build the bindings project only
65. xbuild Sword.sln to build everything; bindings, unit tests and LookupExample.
7
8Building on debian/ubuntu the IDE way
91. sudo apt-get install MonoDevelop
102. launch MonoDevelop and open sword/bindings/csharp/Sword.sln
113. Hit the run button
12
13Unit Tests
14MonoDevelop has a unit test runner built in.
151. launch the Sword.sln file in monodevelop
162. View->Unit Testing
173. Right click on top level test (Sword)
184. Run test
19
20LookupExample
211. Navigate to sword/bindings/csharp/examples
222. make
233. output will be in bin/Release
244. mono LookupExample.exe KJV john.3.16
25