Copyright © Emurasoft Inc. 2020
Licensed under the MIT license. See LICENSE for details.
This is the source code for CharacterCount, a plug-in for EmEditor. Release binaries are found in bin/CharacterCount. More information about this program are written in bin/CharacterCount/readMeEnglish.md.
- Download the submodules:
git submodule update --init --recursive
- Open CharacterCount.sln in Microsoft Visual Studio and build.
- In EmEditor, go to Tools > Plug-ins > Customize Plug-ins... and import the compiled DLL.
cd googletest/googletest
mkdir build
cd build
cmake ..
# Build gtest.sln
# Build and run test.vcxproj