Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Debug the source code in Linux

Hi,

the first compilation of a project takes some time,
the second run covers only changed files, so it should be much faster, unless you change the header file, which is included in every cpp file.

Harald

Am 25.09.2018 um 11:04 schrieb Jakob Erdmann:
For running your own modifications you will have to compile sumo. Using 'make install' can be avoided if you just use the files from the sumo/bin directory that are created when calling 'make'. You can use 'make -j' to use multiple cores and speed up the process.

2018-09-25 10:41 GMT+02:00 mohsen hs <mohsenhs82@xxxxxxxxx>:
Hello there, 

I would like to change the SUMO source code and compile it and appreciate that if you could let me how I can achieve this. Running "make" and "make install" in Linux is not very convenient for this case as it takes so long, and I am mainly looking for running it in a debug mode (e.g. eclipse, or visual studio, but primary eclipse).

Many thanks
Mohsen

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user




_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top