You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section explains how to compile and build the software and how to get a development environment running.
4
+
5
+
## Compatible with
6
+
7
+
bin2cpp is only available for the Windows platform and has been tested with the following version of Windows:
8
+
9
+
* Windows XP
10
+
* Windows Vista
11
+
* Windows 7
12
+
13
+
## Prerequisites
14
+
15
+
The following software must be installed on the system for compiling source code:
16
+
17
+
* Visual Studio 2010 (or newer) (There are plans to migrate the software to other platform. See [issue #9](https://github.com/end2endzone/bin2cpp/issues/9))
18
+
*[Google Test v1.6.0](https://github.com/google/googletest/tree/release-1.6.0) (untested with other versions)
19
+
*[CMake](http://www.cmake.org/) for compilation of Google Test library. (Tested with CMake 3.9.6)
1) Download googletest source code to your computer using one of the following:
27
+
1) Download googletest as a [zip file](https://github.com/google/googletest/archive/release-1.6.0.zip) and extract to a temporary directory (for example c:\projects\third_party\googletest).
28
+
2) Clone the git repository using the following commands:
1) Download the [bin2cpp source code](https://github.com/end2endzone/bin2cpp/tags) and extract the content to a temporary directory (for example c:\projects\bin2cpp).
58
+
59
+
2) Open the Visual Studio 2010 solution file located in
Copy file name to clipboardExpand all lines: README.md
+1-58Lines changed: 1 addition & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,64 +223,7 @@ int main(int argc, char* argv[])
223
223
224
224
# Installing
225
225
226
-
This section explains how to compile and build the software and how to get a development environment running.
227
-
228
-
## Compatible with
229
-
230
-
bin2cpp is only available for the Windows platform and has been tested with the following version of Windows:
231
-
232
-
* Windows XP
233
-
* Windows Vista
234
-
* Windows 7
235
-
236
-
## Prerequisites
237
-
238
-
The following software must be installed on the system for compiling source code:
239
-
240
-
* Visual Studio 2010 (or newer) (There are plans to migrate the software to other platform. See [issue #9](https://github.com/end2endzone/bin2cpp/issues/9))
241
-
* [Google Test v1.6.0](https://github.com/google/googletest/tree/release-1.6.0) (untested with other versions)
242
-
* [CMake](http://www.cmake.org/) for compilation of Google Test library. (Tested with CMake 3.9.6)
1) Download googletest source code to your computer using one of the following:
250
-
1) Download googletest as a [zip file](https://github.com/google/googletest/archive/release-1.6.0.zip) and extract to a temporary directory (for example c:\projects\third_party\googletest).
251
-
2) Clone the git repository using the following commands:
1) Download the [bin2cpp source code](https://github.com/end2endzone/bin2cpp/tags) and extract the content to a temporary directory (for example c:\projects\bin2cpp).
281
-
282
-
2) Open the Visual Studio 2010 solution file located in
283
-
***c:\projects\bin2cpp\msvc\bin2cpp.sln***
226
+
Please refer to file [INSTALL.md](INSTALL.md) for details on how installing/building the application.
284
227
285
228
## Testing
286
229
bin2cpp comes with unit tests which tests for multiple combinations to make sure that input files are always encoded without errors.
0 commit comments