お世話になります。
ActivityWatchというManicTimeのようなOSSをDebianにインストールしたいです。
タイムトラッキングのためのOSSです。
以下が実行したコマンドです。nodeとnvmとPythonのインストールはどうにかできました。
bash
1$ git clone --recursive https://github.com/ActivityWatch/activitywatch.git 2$ python3 -V 3$ node -v 4$ nvm -v 5$ python3 -m venv venv 6$ source ./venv/bin/activate 7$ make build DEV=true
make build DEV=trueで躓いております。実行しますと下記の結果が出ます。
bash
1make: *** No rule to make target 'build'. Stop.
どのようにすればインストールできるのでしょうか。ご教授願ます。
下記は公式のドキュメントです。

あなたの回答
tips
プレビュー