Creoox / creoox-ifc2gltfcxconverter

Public repository of Creoox & XeoKit convertion Tool
Other
14 stars 2 forks source link

can not run exe ifc2gltfcxconverter on linux and mac #11

Closed reno184 closed 5 months ago

reno184 commented 5 months ago

Hello, I don't understand I download 3.1 release on linux I change the PATH with .batch_profile, on window I change the PATH on env variables

when I run on mac (chmod ok) ifc2gltfcxconverter -i xxx.ifc -o xxx.glb -m xxx.json terminal answer cannot execute binary file

when I run on window ifc2gltfcxconverter.exe -i xxx.ifc -o xxx.glb -m xxx.json terminal answer cannot read ifc2gltfcxconverter.json

does I provide a licenceKey into ifc2gltfcxconverter.json ?

ifcapps commented 5 months ago

There is no Mac version. The Linux version is tested on Ubuntu.

The Windows version prints this, if the config json file is not found: "Config file not found: ifc2gltfcxconverter.json"

The converter runs without config file. The config file is only necessary if you have a license key or if you want to change settings. Do you have already a license key?

reno184 commented 5 months ago

I've no licenceKey yet...

I'm little bit confused...why I get this response "Config file not found: ifc2gltfcxconverter.json", if I don't need this file ? how should run the exe on window ?

ifcapps commented 5 months ago

On Windows, you can run it like this: ifc2gltfcxconverter.exe -i xxx.ifc -o xxx.glb -m xxx.json

You don't need a config json file, it also runs without it.