Commit Graph

2 Commits

Author SHA1 Message Date
Yatis 42e6d9b54e Gintrace 0.10.0 - Change build step
@update
<> build step. Now you should perform a more classical:
     `mkdir build && ../configure <FLAGS> && make && make install`
   This to avoid file generation in the root of the deposit
2021-10-25 20:30:15 +02:00
Yatis 88bf3b7d29 Gintracer v0.8.0 - Library
@add
* create library instead of an addin
	* before: sources -> addin
	* now:    sources -> library (-> addin (optionnal))
* configuration script that allow format, type and other options
* generate `gintrace-fx.a` for monochrom calculator
* generate `gintrace-cg.a` for prizm calculator
* generate demo addin (same addin that before)

@fix
* fix fx9860g compilation (it is not a support !)
2021-03-12 11:47:20 +01:00