我正在使用Windows,而我无法理解如何编译此源代码。 https://github.com/Maxcloud/Mushy
如果你能提供帮助那就太好了:)
我认为Readme希望你使用ubuntu或linux。
答案 0 :(得分:3)
您可以使用File | New | Project from Existing Sources
在IntelliJ中导入maven项目。另请参阅the documentation。
答案 1 :(得分:0)
如果您正在使用intelliJ,您可以使用位于IDE右侧的maven选项卡,在其中您可以访问所有maven命令,特别是install
来构建依赖项。
**注* 您将需要一个有效的POM,如果它不知道,您将不得不告诉IntelliJ。