woff2_build icon indicating copy to clipboard operation
woff2_build copied to clipboard

How to use

Open tatof opened this issue 3 years ago • 2 comments

Hey Lencil,

Thanks for making this! but how do i use it? :)

tatof avatar Jun 21 '22 10:06 tatof

allready got it. ./wof2_compress.exe filename.ttf

thanks!

tatof avatar Jun 21 '22 11:06 tatof

I am very new to this stuff, so I need a little more guidence. Could you please share a step-by-step instruction on how to use this and make it work. I am sure you'd help a lot of Newbies like myself out.

Status: OS -Windows 11 / Hyper.io (Terminal) / git installed / cmake installed.

When following the instructions on "github.com/google/woff2" the error occurs when "make"(unrecognized command) or alternative "cmake .."(failed with: file not found)

C:\Users\user\Downloads\var convert\woff2\out>cmake ..
-- Building for: NMake Makefiles
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Error at CMakeLists.txt:12 (project):
  Running

   'nmake' '-?'

  failed with:

   Das System kann die angegebene Datei nicht finden


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

C:\Users\user\Downloads\var convert\woff2\out>

re-memeber avatar Mar 19 '23 20:03 re-memeber