drons

Results 9 comments of drons

Hi! First you need to compile project. You can find build scripts at [.travis.yml](https://github.com/drons/nbody/blob/master/.travis.yml) for Linux and at [appveyor.yml](https://github.com/drons/nbody/blob/master/appveyor.yml) for Windows. Or you can open [nbody.pro](https://github.com/drons/nbody/blob/master/nbody.pro) at QtCreator and run...

It looks like you need to install Qt and register it to QtCreator at Tools->Options->Build&Run

You can download Qt [here](https://www.qt.io/download-qt-installer).

You can use any Qt version for your choice. There is no special requirements.

You need to put OpenCV path [here](https://github.com/drons/nbody/blob/master/pri/opencv.pri#L2).

I'm have a similar issue with pybind11 v2.8.1. I'm ran python code from shared library linked to main executable via: ``` libpyrunner.so: void pyrunner() { py::initialize_interpreter(); py::eval_file("file_with_numpy.py"); py::finalize_interpreter(); } ```...

With this patch It is possible to implement load/store to any external storage or parallel index load (#524) at user level.

Take a look at #556

> Good question... `TABCleanFieldName` came to us to support older versions of MapInfo. I think at the moment we can refuse `"laundering" of characters of code >= 192` for non-neutral...