構築しようとしています。コンプトンカンファレンス、ところでタイトルにこういった内容が表示され続けます。私はアーチLinuxを使用しています。
私はLinuxに初めて触れましたが、以前はエラーが発生せずにいくつかのプログラムを作成しました。
ls
私のためにディレクトリを入力してください:
[abdullah@abdullah ~]$ cd compton-conf
[abdullah@abdullah compton-conf]$ make
make: *** No targets specified and no makefile found. Stop.
[abdullah@abdullah compton-conf]$ ls
AUTHORS CMakeLists.txt compton-conf.desktop.in COPYING maindialog.ui
autostart compton-conf compton.conf.example maindialog.cpp README.md
CHANGELOG compton-conf.cpp compton-conf.h maindialog.h translations
[abdullah@abdullah compton-conf]$ scrot -u
ベストアンサー1
cmake
このプロジェクトはビルドツールに基づいています。
現在のプロジェクトディレクトリでMakefile
実行して最初にビルドする必要があります。cmake
これで実行する準備が整いましたmake
。
詳細については、次を参照してください。人1 cmake。