Print at Dec 16, 2025, 12:43:18 PM

Posted by igbanam at Apr 24, 2025, 2:31:37 PM
applause   Re: Dev environment setup
I managed to build the project by downloading the source code and running the build command.

1. Clone the repository
2. Inside the SweetHome3D folder, run `ant`

You must have the `ant` build tool installed. Homebrew has this.


brew install ant


You can take a look into the "build.xml" files to see how the tool is built.

There are ".project" files which instruct your IDE on how to setup the project. I develop in Vim, so my case is a bit different. But ".project" gets you enough mileage.