Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビルドを並行して実行するように kdevelop を構成するにはどうすればよいですか?
同等のコマンド ラインは次のようになります。
make -j 4
...4 つのジョブを並行して実行します。
プロジェクトに移動- >構成を開く...
左側のMakeをクリックします。次に、同時ジョブ数の下に必要な値を設定します。
これらの手順は KDevelop 4.4.1 に適用されますが、以前のバージョンにも適用される場合があります。