Print at Dec 17, 2025, 7:04:55 AM View all posts in this thread on one page
Posted by edgeeven at Oct 25, 2024, 7:05:04 PM
Dev environment setup
Hi , i'm trying to figure out how to build the project and set it up in my Intellij IDEs in order to customize some components, i would highly appreciate if someone points me to the right direction

Posted by dorin at Nov 1, 2024, 9:52:41 PM
Re: Dev environment setup
My opinion: use this recommendations for plugins (I use the basic Eclipse IDE).
For Intellij IDEs and for the main program you will have to try your self.
When you will find-out howto, please let us know and share the procedure.
Thanks in advance!
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law

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.