我正在尝试在 OSX 上构建平面缓冲区,但我不确定如何准确进行。根据文档。我应该跑cmake -G "Xcode"
。我这样做并得到了结果:
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler using: Xcode
-- Check for working C compiler using: Xcode -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Xcode
-- Check for working CXX compiler using: Xcode -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: Temp/flatbuffers
但是从那里我不知道该怎么做。我尝试运行make
但收到错误消息make: *** No targets specified and no makefile found. Stop.
。知道如何构建它吗?