Mercurial > hg > Document > Growi
changeset 3:8257f703b965
backup 2020-12-17
author | autobackup |
---|---|
date | Thu, 17 Dec 2020 00:10:03 +0900 |
parents | b6c284fd5ae4 |
children | 448be53c51da |
files | software/tmux.md user/anatofuz/note/2020/12/16.md user/matac42/note/2020/12/16.md |
diffstat | 3 files changed, 44 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- 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される
--- 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<Rectangle>(); +} +``` + +```c + +__code metaCode() { + goto context->getStack $ \stack -> stack->push(elem) #微妙に違う気がする +} +```
--- /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