Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 775 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 775 Bytes

CharacterCount

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.

Build instructions

  1. Download the submodules: git submodule update --init --recursive
  2. Open CharacterCount.sln in Microsoft Visual Studio and build.
  3. In EmEditor, go to Tools > Plug-ins > Customize Plug-ins... and import the compiled DLL.

Test

cd googletest/googletest
mkdir build
cd build
cmake ..
# Build gtest.sln
# Build and run test.vcxproj