-
It would be great if config/makefiles could be made so it can be compilled to produce a linux binary.
I am looking for a faster alternative than par2cmd-tbb.
Thanks
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
```
Some basic makefiles will make building/testing much simpler and hopefully
encourage 3rd party development.
```
Original issue reported on code.google.com by `wonchun` on 25 Aug 2011 at 7:33
-
Dear All,
I wonder about cross compilation.
I know that with cross compilation I export the toolchains to the shall.
Makefiles generally have some clues about CC or CROSS_COMPILATION.
I have not…
-
```
Currently the name mangling scheme used for target names, and the names of
variables used in generated makefiles, assume that there's only one project
using gyp-generated makefiles in the tree (…
-
Currently `update_external_sources.sh::build_glslang` in the decoder project does not specify a generator and assumes the user has not configured an alternative default (a relatively new feature in CM…