| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 
 | seb@debian:~$ git clone https://github.com/romigrou/ssim.git
Clonage dans 'ssim'...
remote: Enumerating objects: 650, done.
remote: Counting objects: 100% (650/650), done.
remote: Compressing objects: 100% (299/299), done.
remote: Total 650 (delta 407), reused 558 (delta 315), pack-reused 0
Réception d'objets: 100% (650/650), 7.37 Mio | 4.04 Mio/s, fait.
Résolution des deltas: 100% (407/407), fait.
seb@debian:~$ cd ssim
seb@debian:~/ssim$ cd ls -l
-bash: cd: trop d'arguments
seb@debian:~/ssim$ ls -l
total 184
-rw-r--r-- 1 seb seb   9857 15 nov 22:02 CMakeLists.txt
-rw-r--r-- 1 seb seb 112913 15 nov 22:02 Doxyfile
-rw-r--r-- 1 seb seb   9698 15 nov 22:02 GenerateSolution.cmd
-rw-r--r-- 1 seb seb  13989 15 nov 22:02 GNUmakefile
drwxr-xr-x 3 seb seb   4096 15 nov 22:02 include
-rw-r--r-- 1 seb seb    870 15 nov 22:02 LICENSE
-rw-r--r-- 1 seb seb   9226 15 nov 22:02 README.md
drwxr-xr-x 2 seb seb   4096 15 nov 22:02 sample
drwxr-xr-x 2 seb seb   4096 15 nov 22:02 src
drwxr-xr-x 3 seb seb   4096 15 nov 22:02 tests
seb@debian:~/ssim$ sudo cmake -D RMGR_SSIM_BUILD_CLI=ON -D RMGR_SSIM_NO_OPENMP=ON -D RMGR_SSIM_BUILD_SAMPLE=ON -D RMGR_SSIM_BUILD_TESTS=ON CMakeLists.txt
-- The CXX compiler identification is GNU 12.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __i386__
-- Looking for __i386__ - not found
-- Looking for __amd64__
-- Looking for __amd64__ - found
-- Performing Test RMGR_SSIM_SSE_FLAGS_SUPPORTED
-- Performing Test RMGR_SSIM_SSE_FLAGS_SUPPORTED - Success
-- Performing Test RMGR_SSIM_AVX_FLAGS_SUPPORTED
-- Performing Test RMGR_SSIM_AVX_FLAGS_SUPPORTED - Success
-- Performing Test RMGR_SSIM_FMA_FLAGS_SUPPORTED
-- Performing Test RMGR_SSIM_FMA_FLAGS_SUPPORTED - Success
-- Performing Test RMGR_SSIM_AVX512_FLAGS_SUPPORTED
-- Performing Test RMGR_SSIM_AVX512_FLAGS_SUPPORTED - Success
-- Found GTest: /usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.12.1")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/seb/ssim
seb@debian:~/ssim$ ls -l
total 236
-rw-r--r-- 1 root root  17596 15 nov 22:03 CMakeCache.txt
drwxr-xr-x 8 root root   4096 15 nov 22:03 CMakeFiles
-rw-r--r-- 1 root root   2167 15 nov 22:03 cmake_install.cmake
-rw-r--r-- 1 seb  seb    9857 15 nov 22:02 CMakeLists.txt
-rw-r--r-- 1 root root   2941 15 nov 22:03 CPackConfig.cmake
-rw-r--r-- 1 root root   3386 15 nov 22:03 CPackSourceConfig.cmake
-rw-r--r-- 1 seb  seb  112913 15 nov 22:02 Doxyfile
-rw-r--r-- 1 seb  seb    9698 15 nov 22:02 GenerateSolution.cmd
-rw-r--r-- 1 seb  seb   13989 15 nov 22:02 GNUmakefile
drwxr-xr-x 3 seb  seb    4096 15 nov 22:02 include
-rw-r--r-- 1 seb  seb     870 15 nov 22:02 LICENSE
-rw-r--r-- 1 root root  15664 15 nov 22:03 Makefile
-rw-r--r-- 1 seb  seb    9226 15 nov 22:02 README.md
drwxr-xr-x 2 seb  seb    4096 15 nov 22:02 sample
drwxr-xr-x 2 seb  seb    4096 15 nov 22:03 src
drwxr-xr-x 4 seb  seb    4096 15 nov 22:03 tests
seb@debian:~/ssim$ sudo make Makefile
seb@debian:~/ssim$ ls -l
total 248
drwxr-xr-x 3 root root   4096 15 nov 22:05 bin
drwxr-xr-x 3 seb  seb    4096 15 nov 22:04 build
-rw-r--r-- 1 seb  seb   18307 15 nov 22:04 CMakeCache.txt
drwxr-xr-x 8 root root   4096 15 nov 22:05 CMakeFiles
-rw-r--r-- 1 root root   2209 15 nov 22:05 cmake_install.cmake
-rw-r--r-- 1 seb  seb    9857 15 nov 22:02 CMakeLists.txt
-rw-r--r-- 1 seb  seb    2995 15 nov 22:04 CPackConfig.cmake
-rw-r--r-- 1 seb  seb    3440 15 nov 22:04 CPackSourceConfig.cmake
-rw-r--r-- 1 seb  seb  112913 15 nov 22:02 Doxyfile
-rw-r--r-- 1 seb  seb    9698 15 nov 22:02 GenerateSolution.cmd
-rw-r--r-- 1 seb  seb   13989 15 nov 22:02 GNUmakefile
drwxr-xr-x 3 seb  seb    4096 15 nov 22:02 include
drwxr-xr-x 3 root root   4096 15 nov 22:05 lib
-rw-r--r-- 1 seb  seb     870 15 nov 22:02 LICENSE
-rw-r--r-- 1 root root  15664 15 nov 22:05 Makefile
-rw-r--r-- 1 seb  seb    9226 15 nov 22:02 README.md
drwxr-xr-x 2 seb  seb    4096 15 nov 22:02 sample
drwxr-xr-x 2 seb  seb    4096 15 nov 22:03 src
drwxr-xr-x 4 seb  seb    4096 15 nov 22:05 tests | 
Partager