update some content

This commit is contained in:
2021-10-28 14:15:01 +08:00
parent b8600ab259
commit 27b5a11382
163 changed files with 951 additions and 922 deletions

View File

@@ -45,9 +45,9 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://h.cowbay.org/css/style.css?v=1634607506" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/style.css?v=1635401692" rel="stylesheet" id="theme-stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1634607506" rel="stylesheet" type='text/css' media='all'>
<link href="https://h.cowbay.org/css/custom.css?v=1635401692" rel="stylesheet" type='text/css' media='all'>
<link rel="shortcut icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://h.cowbay.org/img/favicon.ico" type="image/x-icon">
@@ -328,13 +328,13 @@ if (!doNotTrack) {
<p>就去文章裡面提到的連結看看</p>
<p><a href="https://ccid.apdu.fr/">https://ccid.apdu.fr/</a></p>
<p>同樣的,要從 git 下載比較新版的code 回來自己編譯</p>
<pre tabindex="0"><code>git clone --recursive https://salsa.debian.org/rousseau/CCID.git
<pre><code>git clone --recursive https://salsa.debian.org/rousseau/CCID.git
cd CCID
./bootstrap
./configure
make
</code></pre><p>然後,就報錯了!</p>
<pre tabindex="0"><code>/home/changch/git/CCID/missing: 列 81: flex命令找不到
<pre><code>/home/changch/git/CCID/missing: 列 81: flex命令找不到
WARNING: 'flex' is missing on your system.
You should only need it if you modified a '.l' file.
You may want to install the Fast Lexical Analyzer package:
@@ -348,9 +348,9 @@ make[1]: Leaving directory '/home/changch/git/CCID'
Makefile:369: recipe for target 'all' failed
make: *** [all] Error 2
</code></pre><p>少了個套件叫 flex補安裝上去</p>
<pre tabindex="0"><code>sudo apt install flex
<pre><code>sudo apt install flex
</code></pre><p>然後再跑一次</p>
<pre tabindex="0"><code>./bootstrap
<pre><code>./bootstrap
./configure
make
sudo make install
@@ -654,7 +654,7 @@ title="pinterest icon"></i>
</div>
<script src="https://h.cowbay.org/js/jquery.min.js"></script>
<script src="https://h.cowbay.org/js/jquerymigrate.js"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1634607506"></script>
<script src="https://h.cowbay.org/js/production.min.js?v=1635401692"></script>
</body>
</html>