# HG changeset patch # User autobackup # Date 1608131403 -32400 # Node ID 8257f703b96598c6e3e8293f91e9b69f623e30f4 # Parent b6c284fd5ae4c898448327cc0281726180174093 backup 2020-12-17 diff -r b6c284fd5ae4 -r 8257f703b965 software/tmux.md --- a/software/tmux.md Wed Dec 16 15:11:16 2020 +0900 +++ b/software/tmux.md Thu Dec 17 00:10:03 2020 +0900 @@ -1,4 +1,3 @@ - # tmuxとは mac osでデバッグ環境を構築する端末多重化ソフトウェア。 @@ -17,28 +16,29 @@ git clone git@github.com:tmux/tmux.git ``` -## mac osでデバッグ環境を構築する +# mac osでデバッグ環境を構築する - brew info aclocal - brew install autoconf - brew install automake - brew install pkg-config +```shell +$brew info aclocal +$brew install autoconf +$brew install automake +$brew install pkg-config +``` 大体パッケージをインストール終わったらデバッグしていく +```shell +$ ./autogen.sh +$ ./configure ``` - $ ./autogen.sh - $ ./configure -``` - autogenの実行時のエラーをはいたらconfigureの前に処理尾する -### デバッグしたい場合 +# デバッグしたい場合 -``` - $./configure --prefix=/Users/anatofuz/workspace/cr/Advansed_software/build_tmux --enable-debug +```shell +$./configure --prefix=/Users/anatofuz/workspace/cr/Advansed_software/build_tmux --enable-debug ``` - prefixにinstall先 -- --enable-debug を指定するとデバッグ環境でbuildされる +- `--enable-debug`を指定するとデバッグ環境でbuildされる diff -r b6c284fd5ae4 -r 8257f703b965 user/anatofuz/note/2020/12/16.md --- a/user/anatofuz/note/2020/12/16.md Wed Dec 16 15:11:16 2020 +0900 +++ b/user/anatofuz/note/2020/12/16.md Thu Dec 17 00:10:03 2020 +0900 @@ -1,3 +1,15 @@ # 2020/12/16 +```c +__code hoge() { + Stack* stack = createSingleLinkedStack(); +} +``` + +```c + +__code metaCode() { + goto context->getStack $ \stack -> stack->push(elem) #微妙に違う気がする +} +``` diff -r b6c284fd5ae4 -r 8257f703b965 user/matac42/note/2020/12/16.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/user/matac42/note/2020/12/16.md Thu Dec 17 00:10:03 2020 +0900 @@ -0,0 +1,18 @@ +# 今日やったこと +* toeic対策 + * センテンスと模試をやった. +* キッチンカーに行った + * イタリーライスみたいなやつを食べた. + * そこそこ美味しかった. +* 就活セミナー + * 就活してる気分になれた. + * 企業の方からいろいろ話を聞けた. +* macbook airの充電器探し + * 電源は入ったので,とりあえず初期化した. + * macbook airでdualbootさせる予定のwindows10 educationをusbに入れた. + +# 明日は +* toeic対策 +* gcdsの設定をやりたい(流石にそろそろやりたい.) +* macbook airでwindows10をdualbootで起動させたい. +* 上記のことが終わればgrowiのmarkdown化か,okinawaのdns移行の準備をしたい. \ No newline at end of file