You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/09/02 14:12:10 UTC

[incubator-devlake-website] branch kw-193-compile-dc created (now eab59035)

This is an automated email from the ASF dual-hosted git repository.

klesh pushed a change to branch kw-193-compile-dc
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


      at eab59035 docs: add compiling doc

This branch includes the following new commits:

     new eab59035 docs: add compiling doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-devlake-website] 01/01: docs: add compiling doc

Posted by kl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch kw-193-compile-dc
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit eab59035fcd0f3d8cb343d9e48fcf1ad0cf01c30
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Fri Sep 2 22:11:47 2022 +0800

    docs: add compiling doc
---
 docs/DeveloperManuals/DeveloperSetup.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/DeveloperManuals/DeveloperSetup.md b/docs/DeveloperManuals/DeveloperSetup.md
index ef7ffa2a..6ccce244 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -129,3 +129,9 @@ MySQL and Grafana containers.
 
 12. For DB migrations, please refer to [Migration Doc](../DeveloperManuals/DBMigration.md).
 
+13. Compiling
+
+    - Compile all plugins: `make build-plugin`
+    - Compile specific plugins: `PLUGIN=<PLUGIN_NAME> make build-plugin`
+    - Compile server: `make build`
+    - Compile worker: `make build-worker`