Replies: 3 comments 4 replies
-
Hi there, thanks for you interest in AF! For more information, come discuss on Discuss, and maybe we can improve the documentation. |
Beta Was this translation helpful? Give feedback.
-
Hi @matdexir. You could run the below commands after step 3.1 ( Don't need to execute the
I could build the Appflowy project successfully without VSCode installed. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, If you follow the build instructions you'll notice that the app is actually build at step 4. Step 5 is when you start editing the application in the IDE. You should not have to run any commands other than the two cargo make commands. If you found that it was required to run something other than those two commands, then something is wrong with our scripts. I'm currently working on the development environment installation process for all 3 platforms, and will update the documentation accordingly. So, if there's anything that you feel is missing, or can be better, just let me know :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was trying to build
linux' debug version
from source by following the instructions on https://appflowy.gitbook.io/ and I kept failing to run the binary until I saw that I missedstep 5
.As
non-vscode
user who is also considering contributing to the project, I was wondering if there's an alternative way to run the program, i.e without vs-code.For instance:
make clean-debug
that can replicate the vscode Clean & Build command functionalities.Thank you for your understanding!
Error message
This is the error message, I get after running the binary directly after step 4.
Just in case
Beta Was this translation helpful? Give feedback.
All reactions