hidefuku / AnimeEffects

2D Animation Tool
GNU General Public License v3.0
755 stars 99 forks source link

helpwith building AnimeEffects on manjaro linux #42

Closed blurymind closed 4 years ago

blurymind commented 4 years ago

Opening it in qt creator, and then building seems to go smoothy, however when I try to start it with ./AnimeEffects in the src folder, I get this Screenshot_2020-05-05_17-19-03

if I move the AnimeEffects file to the parent folder, it does work! But why is it building it inside src?

I am new to qt creator, when I try the build and run command, it doesnt start at all. I get this: :-1: error: You need to set an executable in the custom run configuration. However the option to do so is impossible to find. Where is it? These are my settings atm: Screenshot_2020-05-05_17-22-29

azagaya commented 4 years ago

@blurymind would you send a picture of what the project tab in Qt Creator says? Mine is this: imagen Perhaps your build directory is not properly set.

blurymind commented 4 years ago

After restarting my project this field became populated, it wasnt before.

Now I was able to fix both of my issues with these settings:

Screenshot_2020-05-05_18-11-45

Do they look right to you? It builds properly now and playtests really fast!

Do you guys know if we have any testing files to experiment with while playing with the code?

azagaya commented 4 years ago

@blurymind the picture i show you before was automatically populated by Qt. I dont know why it made different configuration on your system. What i see there is basically buildin the binary in the root dir of the repo. In my configuration, it creates another folder where it builds.

About testing files, you mean something like a testing project?

blurymind commented 4 years ago

@blurymind the picture i show you before was automatically populated by Qt. I dont know why it made different configuration on your system. What i see there is basically buildin the binary in the root dir of the repo. In my configuration, it creates another folder where it builds.

About testing files, you mean something like a testing project?

yeah a testing project file that can be opened in the app would be amazing to have

blurymind commented 4 years ago

something like https://github.com/DragonBones/Demos

would help attract devs

anyways, closing this now