yifanlu / taiHEN

CFW framework for PS Vita
MIT License
307 stars 46 forks source link

taihen-parser folder empty #46

Closed parkerlreed closed 7 years ago

parkerlreed commented 7 years ago
[parker@e73 build]$ git clone https://github.com/yifanlu/taiHEN
Cloning into 'taiHEN'...
remote: Counting objects: 915, done.
remote: Compressing objects: 100% (131/131), done.
remote: Total 915 (delta 74), reused 0 (delta 0), pack-reused 784
Receiving objects: 100% (915/915), 745.88 KiB | 0 bytes/s, done.
Resolving deltas: 100% (567/567), done.
[parker@e73 build]$ cd taiHEN/
[parker@e73 taiHEN]$ mkdir build
[parker@e73 taiHEN]$ cd build/
[parker@e73 build]$ VITASDK="/home/parker/build/buildscripts/build/vitasdk" cmake ../
-- The C compiler identification is GNU 6.2.0
-- The CXX compiler identification is GNU 6.2.0
-- Check for working C compiler: /home/parker/build/buildscripts/build/vitasdk/bin/arm-vita-eabi-gcc
-- Check for working C compiler: /home/parker/build/buildscripts/build/vitasdk/bin/arm-vita-eabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/parker/build/buildscripts/build/vitasdk/bin/arm-vita-eabi-g++
-- Check for working CXX compiler: /home/parker/build/buildscripts/build/vitasdk/bin/arm-vita-eabi-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:34 (add_subdirectory):
  The source directory

    /home/parker/build/taiHEN/taihen-parser

  does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!
See also "/home/parker/build/taiHEN/build/CMakeFiles/CMakeOutput.log".
parkerlreed commented 7 years ago

It would be helpful if the submodule commands were added to the Readme

[parker@e73 taiHEN]$ git submodule init
Submodule 'substitute' (https://github.com/yifanlu/substitute.git) registered for path 'substitute'
Submodule 'taihen-parser' (https://github.com/DaveeFTW/taihen-parser.git) registered for path 'taihen-parser'
[parker@e73 taiHEN]$ git submodule update
Cloning into '/home/parker/build/taiHEN/substitute'...
Cloning into '/home/parker/build/taiHEN/taihen-parser'...
Submodule path 'substitute': checked out 'df0e3538180e9c69ba8f1e23af2da39bbedff2c9'
Submodule path 'taihen-parser': checked out '28d5b5616045717c09c1517c9ef30880a04cabb4'
[parker@e73 taiHEN]$ ls taihen-parser/
CMakeLists.txt  include  LICENSE  README.md  src  test