Can I build turtlesim into a static library?

asked 2018-04-17 13:58:13 -0600

updated 2018-04-18 03:36:27 -0600

I would like to build turtlesim into a static library, turtlesim.a.

In fact, I am writing a piece of code, say use_turtlesim.c that is supposed to invoke functions defined in some cpp source code of turtlesim package, e.g.TurtleApp.exec(). To achieve that, I would need to have turtilesim as a static library and then link it with the code use_turtlesim.c.

edit retag flag offensive close merge delete