Code Monkey home page Code Monkey logo

Comments (23)

carstene1ns avatar carstene1ns commented on August 25, 2024 3

Looking at the Wiki page again, I see it lists libicu-dev and libexpat1-dev correctly as dependencies, it is just not visible without scrolling to the right.

from editor.

fdelapena avatar fdelapena commented on August 25, 2024 2

Editor was not building until yesterday, but got fixed. If you still want to build it on Ubuntu:

First, install liblcf by following this guide:

https://wiki.easyrpg.org/development/compiling/liblcf/autotools#step-by-step-setup-for-debian-based-distros-gnewsense-trisquel-debian-mint-ubuntu

Then, install Qt dependencies, download Editor, build and run with these steps:

sudo apt -y install qt5-default qtmultimedia5-dev
git clone https://github.com/EasyRPG/Editor.git
cd Editor
qmake
make
cd bin
./easyrpg-editor

from editor.

Zegeri avatar Zegeri commented on August 25, 2024 1

Sorry, but this isn't ready for use yet and there haven't been any releases.

from editor.

Ghabry avatar Ghabry commented on August 25, 2024 1

You can compile it from source but this is by far not in a usable state for end users. Basicly the only things working are importing RPG2k/2k3 projects and the map rendering. I'm one of the EasyRPG developers and not even I use this program in it's current state.

from editor.

MarianoGnu avatar MarianoGnu commented on August 25, 2024 1

Also map edition and edit HEROES database page, but that's all

from editor.

Ghabry avatar Ghabry commented on August 25, 2024 1

If you want to run games use https://github.com/EasyRPG/Player/

from editor.

carstene1ns avatar carstene1ns commented on August 25, 2024 1

Did you run autoreconf -i ? It will create the configure file.

from editor.

carstene1ns avatar carstene1ns commented on August 25, 2024 1

autoconf != autoreconf.

What autoreconf does is in detail:
aclocal && autoheader && automake --foreign --add-missing && autoconf

from editor.

carstene1ns avatar carstene1ns commented on August 25, 2024 1

Sorry, seems the wiki page still misses the ICU dependency.
You need to install it, i.e. # apt-get install libicu-dev

from editor.

fdelapena avatar fdelapena commented on August 25, 2024 1

I concluded what I do now? Finish compiled liblcf...

Then as mentioned above, just continue with the Editor setup. But once built, don't expect a stable or usable product. Existing crashes and issues are well known to happen.

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

only available to developers? No release date for use?

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

Ghabry, thanks!!!

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

The program does not run the game yet?

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

I understand. Thanks a lot!

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

Thank you for the clarification!

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

fdelapena,

I can not install the libscf.

shell:
/home/bethe/Downloads/Editor/liblcf# ./configure --prefix -usr
bash: ./configure: File or directory not found

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

root@jr-desktop:/home/bethe/Downloads/Editor/liblcf# autoconf -i
configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:9: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:10: error: possibly undefined macro: AM_SILENT_RULES
configure.ac:18: error: possibly undefined macro: AM_PROG_AR
configure.ac:26: error: possibly undefined macro: AC_DEFINE
root@jr-desktop:/home/bethe/Downloads/Editor/liblcf#

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

It worked!

autoreconf -i && ./configure


Erro...

checking for ICU... no
configure: error: Package requirements ( icu-i18n) were not met:

No package 'icu-i18n' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ICU_CFLAGS
and ICU_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

carstene1ns... Thanks a lot!

Solved with apt-get install libicu-dev

Now...
configure: error: Package requirements ( expat >= 2.1) were not met:
No package 'expat' found

I try install...
With: apt-get install expat...

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

Ok, thanks!
I concluded what I do now? Finish compiled liblcf...

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

I understand. Thanks for informing

from editor.

Ghabry avatar Ghabry commented on August 25, 2024

@kholyphoenix1
Did you solve this?

from editor.

kholyphoenix1 avatar kholyphoenix1 commented on August 25, 2024

Thanks,
Solved.

from editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.