This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manjaro | |
5.15.25-1-MANJARO | |
Intel® Core™ i5-8600K CPU @ 3.60GHz × 6 | |
16GB ram | |
GeForce GTX 1060 6GB/PCIe/SSE2 | |
Nvidia 510.54 driver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpu: | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4355 MHz | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4363 MHz | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4242 MHz | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4353 MHz | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4366 MHz | |
Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz, 4333 MHz | |
keyboard: | |
/dev/input/event21 SteelSeries ApS SteelSeries Apex 150 Gaming Keyboard | |
mouse: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[corey@corey-pc Sources]$ ./build-linux64.sh | |
Will build with 'make -j8' ... please edit this script if incorrect. | |
+ rm -rf cmake-build | |
+ mkdir cmake-build | |
+ cd cmake-build | |
+ cmake -DCMAKE_BUILD_TYPE=Debug .. | |
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): | |
Compatibility with CMake < 2.8.12 will be removed from a future version of | |
CMake. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[corey@manjaro-pi Sources]$ ./build-linux64.sh | |
Will build with 'make -j2' ... please edit this script if incorrect. | |
+ rm -rf cmake-build | |
+ mkdir cmake-build | |
+ cd cmake-build | |
+ cmake -DCMAKE_BUILD_TYPE=Debug .. | |
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): | |
Compatibility with CMake < 2.8.12 will be removed from a future version of | |
CMake. | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[corey@manjaro-pi Release]$ make -j4 | |
[ 5%] Built target FFmpeg_Project | |
[ 11%] Built target libogg_Project | |
[ 23%] Built target libasound_Project | |
[ 23%] Built target zlib_Project | |
[ 29%] Built target libiconv_Project | |
[ 35%] Built target argagg_Project | |
[ 41%] Built target libpng_Project | |
[ 47%] Built target libvorbis_Project | |
[ 52%] Built target libcurl_Project |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[corey@manjaro-pi Release]$ cmake -DCMAKE_BUILD_TYPE=Release -DDISABLE_APPIMAGE=Yes .. | |
CMake Warning (dev) in CMakeLists.txt: | |
No project() command is present. The top-level CMakeLists.txt file must | |
contain a literal, direct call to the project() command. Add a line of | |
code such as | |
project(ProjectName) | |
near the top of the file, but after cmake_minimum_required(). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[corey@corey-pi4 Sonic-1-2-2013-Decompilation]$ make -j4 | |
mkdir -p objects/RSDKv4 | |
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Animation.cpp -o objects/RSDKv4/Animation.cpp.o -c | |
mkdir -p objects/RSDKv4 | |
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Audio.cpp -o objects/RSDKv4/Audio.cpp.o -c | |
mkdir -p objects/RSDKv4 | |
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Collision.cpp -o objects/RSDKv4/Collision.cpp.o -c | |
mkdir -p objects/RSDKv4 | |
g++ -I/usr/include/SDL2 -D_REENTRANT -DBASE_PATH='""' RSDKv4/Debug.cpp -o objects/RSDKv4/Debug.cpp.o -c | |
mkdir -p objects/RSDKv4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preparing... | |
Checking libretro-parallel-n64-git dependencies... | |
Resolving dependencies... | |
Checking inter-conflicts... | |
Building libretro-parallel-n64-git... | |
Cloning libretro-parallel-n64-git build files... | |
==> ERROR: libretro-parallel-n64-git is not available for the 'aarch64' architecture. | |
Preparing... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preparing... | |
Cloning xfce4-taskbar-plugin-git build files... | |
Checking xfce4-taskbar-plugin-git dependencies... | |
Resolving dependencies... | |
Checking inter-conflicts... | |
Building xfce4-taskbar-plugin-git... | |
==> Making package: xfce4-taskbar-plugin-git 20210422-1 (Wed 16 Jun 2021 11:11:03) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./configure | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o |
OlderNewer