petermost / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
http://Sourcetrail.de
GNU General Public License v3.0
58 stars 2 forks source link

Apparently, no indexing is being done #4

Closed Iampotato204 closed 11 months ago

Iampotato204 commented 11 months ago

When I built the project using: // cmake -S Sourcetrail -B Sourcetrail_build cd Sourcetrail_build make // ... then running the project resulted in failing to index any file. Also, it required me to input some custom_command(when creating the project), could you briefly tell what exactly it is and how to setup it? This command was obligatory to input for some reason (it didn`t have the star!)

petermost commented 11 months ago

You need to enable at least one language support e.g.: cmake -S Sourcetrail -B Sourcetrail_build -D BUILD_CXX_LANGUAGE_PACKAGE=ON