zhaowenlan1779 / threeSD

Tool to import data from your SD card for Citra
GNU General Public License v2.0
119 stars 24 forks source link

Any plan to release build instructions or a pre-built binary for 0.6.x? #38

Open SkylerBlu9 opened 1 year ago

SkylerBlu9 commented 1 year ago

I need the batch CIA export functionality of the 0.6.x tags, however I have been struggling to build them. Are there plans for releasing a guide on how to build from source or any pre-built binaries?

SkylerBlu9 commented 1 year ago
  C:\Users\Citra Terranova\threeSD\src\common\string_util.cpp(23): note: see reference to function template instantiation '_OutIt std::transform<std::_String_iterator<std::_String_val<std::_Simple_types<_Elem>>>,std::_String_iterator<std::_String_val<std::_Simple_types<_Elem>>>,Common::ToLower::<lambda_1>>(const _InIt,const _InIt,_OutIt,_Fn)' being compiled
          with
          [
              _OutIt=std::_String_iterator<std::_String_val<std::_Simple_types<char>>>,
              _Elem=char,
              _InIt=std::_String_iterator<std::_String_val<std::_Simple_types<char>>>,
              _Fn=Common::ToLower::<lambda_1>
          ]
  [68/104] Building CXX object src\core\CMakeFiles\core.dir\file_sys\data\savegame.cpp.obj
  [69/104] Building CXX object externals\qdevicewatcher\CMakeFiles\qdevicewatcher.dir\qdevicewatcher_autogen\mocs_compilation.cpp.obj
  [70/104] Building CXX object src\core\CMakeFiles\core.dir\file_sys\certificate.cpp.obj
  [71/104] Building CXX object externals\qdevicewatcher\CMakeFiles\qdevicewatcher.dir\qdevicewatcher\src\qdevicewatcher_win32.cpp.obj
  [72/104] Building CXX object src\core\CMakeFiles\core.dir\file_sys\data\extdata.cpp.obj
  [73/104] Building CXX object externals\qdevicewatcher\CMakeFiles\qdevicewatcher.dir\qdevicewatcher\src\qdevicewatcher.cpp.obj
  [74/104] Building CXX object src\core\CMakeFiles\core.dir\file_decryptor.cpp.obj
  [75/104] Building CXX object src\core\CMakeFiles\core.dir\cia_builder.cpp.obj
  [76/104] Building CXX object src\core\CMakeFiles\core.dir\file_sys\signature.cpp.obj
  [77/104] Building CXX object src\core\CMakeFiles\core.dir\file_sys\ncch_container.cpp.obj
  ninja: build stopped: subcommand failed.

This is the output of the build all failing, after adding #include <bit> to format.h to bypass another error, using CMake in VS 2022